Class DefaultProcessingUnitInstanceStatisticsChangedEventManager
java.lang.Object
org.openspaces.admin.internal.pu.events.DefaultProcessingUnitInstanceStatisticsChangedEventManager
- All Implemented Interfaces:
AdminEventListener,InternalProcessingUnitInstanceStatisticsChangedEventManager,ProcessingUnitInstanceStatisticsChangedEventListener,ProcessingUnitInstanceStatisticsChangedEventManager
public class DefaultProcessingUnitInstanceStatisticsChangedEventManager
extends Object
implements InternalProcessingUnitInstanceStatisticsChangedEventManager
- Author:
- kimchy
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(ProcessingUnitInstanceStatisticsChangedEventListener eventListener) Adds an event listener.voidvoidvoidvoidA callback indicating the statistics have changed.voidremove(ProcessingUnitInstanceStatisticsChangedEventListener eventListener) Removes an event listener.voidrightShift(Object eventListener)
-
Constructor Details
-
DefaultProcessingUnitInstanceStatisticsChangedEventManager
-
-
Method Details
-
add
Description copied from interface:ProcessingUnitInstanceStatisticsChangedEventManagerAdds an event listener.- Specified by:
addin interfaceProcessingUnitInstanceStatisticsChangedEventManager
-
remove
Description copied from interface:ProcessingUnitInstanceStatisticsChangedEventManagerRemoves an event listener.- Specified by:
removein interfaceProcessingUnitInstanceStatisticsChangedEventManager
-
processingUnitInstanceStatisticsChanged
public void processingUnitInstanceStatisticsChanged(ProcessingUnitInstanceStatisticsChangedEvent event) Description copied from interface:ProcessingUnitInstanceStatisticsChangedEventListenerA callback indicating the statistics have changed.- Specified by:
processingUnitInstanceStatisticsChangedin interfaceProcessingUnitInstanceStatisticsChangedEventListener
-
plus
-
leftShift
-
minus
-
rightShift
-