EventConstants Interface
- public interface EventConstants
Encapsulates constants associated with events. All classes in the event
service should use these constants to avoid typos, conflicting names,
etc.
-
All Known Implementing Classes
-
Event
public static final String |
-
TYPE_ALL
- If EventListener.getTypes() returns this value, then the handler will
dispatch every event to the listener.
|
TYPE_ALL
public static final String
TYPE_ALL
- If EventListener.getTypes() returns this value, then the handler will
dispatch every event to the listener.