Package org.openspaces.admin.lus.events
Interface LookupServiceAddedEventManager
- All Known Subinterfaces:
InternalLookupServiceAddedEventManager
- All Known Implementing Classes:
DefaultLookupServiceAddedEventManager
public interface LookupServiceAddedEventManager
An event manager allowing to remove and add
LookupServiceAddedEventListeners.- Author:
- kimchy
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidadd(LookupServiceAddedEventListener eventListener) Add the event listener.voidadd(LookupServiceAddedEventListener eventListener, boolean includeExisting) Add the event listener.voidremove(LookupServiceAddedEventListener eventListener) Removes the event listener.
-
Method Details
-
add
Add the event listener. Note, the add callback will be called for currently discovered lookup service as well. -
add
Add the event listener. Allows to control if events will be called for existsing lookup services as well. -
remove
Removes the event listener.
-