Package org.openspaces.admin.pu.events
Interface ProcessingUnitInstanceProvisionStatusChangedEventManager
- All Known Subinterfaces:
InternalProcessingUnitInstanceProvisionStatusChangedEventManager
- All Known Implementing Classes:
DefaultProcessingUnitInstanceProvisionStatusChangedEventManager
public interface ProcessingUnitInstanceProvisionStatusChangedEventManager
An event manager allowing to add and remove
ProcessingUnitInstanceProvisionStatusChangedEventListeners,
in order to listen to ProcessingUnitInstanceProvisionStatusChangedEvents.- Since:
- 8.0.6
- Author:
- moran
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdds an event listener.voidadd(ProcessingUnitInstanceProvisionStatusChangedEventListener listener, boolean includeCurrentStatus) Adds an event listener.voidRemoves an event listener.
-
Method Details
-
add
Adds an event listener. Note, the add callback will be called for each currently held processing unit instance provision status. -
add
void add(ProcessingUnitInstanceProvisionStatusChangedEventListener listener, boolean includeCurrentStatus) Adds an event listener. Allows to control if the event will be called with the current status held for each processing unit instance. -
remove
Removes an event listener.
-