© 2002 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 java.lang.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 java.lang.String TYPE_ALL
If EventListener.getTypes() returns this value, then the handler will dispatch every event to the listener.

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved