© 2005 BEA Systems, Inc.

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 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.

See Also:
Constant Field Values

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved