GigaSpaces XAP 10.0.1 API

org.openspaces.admin.space.events
Interface SpaceInstanceAddedEventManager


public interface SpaceInstanceAddedEventManager

An event manager allowing to add and remove SpaceInstanceAddedEventListeners.

Author:
kimchy
See Also:
Space.getSpaceInstanceAdded(), Spaces.getSpaceInstanceAdded()

Method Summary
 void add(SpaceInstanceAddedEventListener eventListener)
          Adds an event listener.
 void add(SpaceInstanceAddedEventListener eventListener, boolean includeExisting)
          Adds an event listener allowing to control using the includeExisting if events will be fired for existing space instances as well.
 void remove(SpaceInstanceAddedEventListener eventListener)
          Removes the event listener.
 

Method Detail

add

void add(SpaceInstanceAddedEventListener eventListener)
Adds an event listener. Note, the event will be called for currently discovered SpaceInstances.


add

void add(SpaceInstanceAddedEventListener eventListener,
         boolean includeExisting)
Adds an event listener allowing to control using the includeExisting if events will be fired for existing space instances as well.


remove

void remove(SpaceInstanceAddedEventListener eventListener)
Removes the event listener.


GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.