Class DefaultOperatingSystemsStatisticsChangedEventManager
java.lang.Object
org.openspaces.admin.internal.os.events.DefaultOperatingSystemsStatisticsChangedEventManager
- All Implemented Interfaces:
AdminEventListener,InternalOperatingSystemsStatisticsChangedEventManager,OperatingSystemsStatisticsChangedEventListener,OperatingSystemsStatisticsChangedEventManager
public class DefaultOperatingSystemsStatisticsChangedEventManager
extends Object
implements InternalOperatingSystemsStatisticsChangedEventManager
- Author:
- kimchy
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultOperatingSystemsStatisticsChangedEventManager(InternalAdmin admin, OperatingSystems operatingSystems) -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(OperatingSystemsStatisticsChangedEventListener eventListener) Adds an event listener.voidadd(OperatingSystemsStatisticsChangedEventListener eventListener, boolean withHistory) Adds an event listener.voidvoidvoidA callback indicating the statistics have changed.voidvoidremove(OperatingSystemsStatisticsChangedEventListener eventListener) Removes an event listener.voidrightShift(Object eventListener)
-
Constructor Details
-
DefaultOperatingSystemsStatisticsChangedEventManager
public DefaultOperatingSystemsStatisticsChangedEventManager(InternalAdmin admin, OperatingSystems operatingSystems)
-
-
Method Details
-
operatingSystemsStatisticsChanged
Description copied from interface:OperatingSystemsStatisticsChangedEventListenerA callback indicating the statistics have changed.- Specified by:
operatingSystemsStatisticsChangedin interfaceOperatingSystemsStatisticsChangedEventListener
-
add
Description copied from interface:OperatingSystemsStatisticsChangedEventManagerAdds an event listener.- Specified by:
addin interfaceOperatingSystemsStatisticsChangedEventManager
-
add
Description copied from interface:OperatingSystemsStatisticsChangedEventManagerAdds an event listener. An event will also be fired for all history stats.- Specified by:
addin interfaceOperatingSystemsStatisticsChangedEventManager
-
remove
Description copied from interface:OperatingSystemsStatisticsChangedEventManagerRemoves an event listener.- Specified by:
removein interfaceOperatingSystemsStatisticsChangedEventManager
-
plus
-
leftShift
-
minus
-
rightShift
-