EventConstants Interface

com.bea.p13n.events
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

Field Summary

public static final String
TYPE_ALL
If EventListener.getTypes() returns this value, then the handler will dispatch every event to the listener.
 

Field Detail

TYPE_ALL

public static final String TYPE_ALL
If EventListener.getTypes() returns this value, then the handler will dispatch every event to the listener.