public interface Notification extends Entity(Code)
Notification the interface for classes that act to notify, used with the GenericNotificationService.
Method Summary
boolean
containsFunction(String function) Check if the notification watches for events with this function code.
Parameters: event - The Event function to test.
Check if the notification watches for events with this function code.
Parameters: event - The Event function to test. true if this notification watches for evens with this function code, false if not.