GigaSpaces XAP 9.5 API

org.openspaces.admin.pu.events
Interface ProcessingUnitInstanceProvisionStatusChangedEventManager


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
 void add(ProcessingUnitInstanceProvisionStatusChangedEventListener listener)
          Adds an event listener.
 void add(ProcessingUnitInstanceProvisionStatusChangedEventListener listener, boolean includeCurrentStatus)
          Adds an event listener.
 void remove(ProcessingUnitInstanceProvisionStatusChangedEventListener listener)
          Removes an event listener.
 

Method Detail

add

void add(ProcessingUnitInstanceProvisionStatusChangedEventListener listener)
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

void remove(ProcessingUnitInstanceProvisionStatusChangedEventListener listener)
Removes an event listener.


GigaSpaces XAP 9.5 API

Copyright © GigaSpaces.