Class DefaultZoneAddedEventManager
java.lang.Object
org.openspaces.admin.internal.zone.events.DefaultZoneAddedEventManager
- All Implemented Interfaces:
AdminEventListener,InternalZoneAddedEventManager,ZoneAddedEventListener,ZoneAddedEventManager
- Author:
- kimchy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(ZoneAddedEventListener eventListener) Add the event listener.voidvoidvoidvoidremove(ZoneAddedEventListener eventListener) Removes the event listener.voidrightShift(Object eventListener) voidCalled when a zone is added.
-
Constructor Details
-
DefaultZoneAddedEventManager
-
-
Method Details
-
zoneAdded
Description copied from interface:ZoneAddedEventListenerCalled when a zone is added.- Specified by:
zoneAddedin interfaceZoneAddedEventListener
-
add
Description copied from interface:ZoneAddedEventManagerAdd the event listener. Note, the add callback will be called for currently discovered zones as well.- Specified by:
addin interfaceZoneAddedEventManager
-
remove
Description copied from interface:ZoneAddedEventManagerRemoves the event listener.- Specified by:
removein interfaceZoneAddedEventManager
-
plus
-
leftShift
-
minus
-
rightShift
-