com.bea.p13n.events
Interface EventConstants
- All Known Implementing Classes:
- Event
- public interface EventConstants
Encapsulates constants associated with events. All classes in the event
service should use these constants to avoid typos, conflicting names,
etc.
Field Summary
|
static java.lang.String |
TYPE_ALL
If EventListener.getTypes() returns this value, then the handler will
dispatch every event to the listener. |
TYPE_ALL
public static final java.lang.String TYPE_ALL
- If EventListener.getTypes() returns this value, then the handler will
dispatch every event to the listener.
Copyright © 2002 BEA Systems, Inc. All Rights Reserved