IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.objectgrid.plugins
Interface EventListener

All Known Subinterfaces:
BackingMapLifecycleListener, MapEventListener, ObjectGridEventListener, ObjectGridLifecycleListener
All Known Implementing Classes:
JMSObjectGridEventListener, JPATxCallback, TranPropListener

public interface EventListener

The EventListener interface is the base interface used to indicate that an implementing class can accept certain ObjectGrid or BackingMap events. For historical reasons, this interface does not provide any methods. Instead, the sub-interfaces provide methods used by ObjectGrid or BackingMap implementations to handle events. Your plug-in object should implement one of the sub-interfaces.

Since:
7.1.1
See Also:
BackingMapLifecycleListener, MapEventListener, ObjectGridEventListener, ObjectGridLifecycleListener, BackingMap.addMapEventListener(EventListener), ObjectGrid.addEventListener(EventListener)


IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.