Package org.openspaces.admin.vm.events
Interface VirtualMachineRemovedEventManager
- All Known Subinterfaces:
InternalVirtualMachineRemovedEventManager
- All Known Implementing Classes:
DefaultVirtualMachineRemovedEventManager
public interface VirtualMachineRemovedEventManager
An event manager allowing to remove and add
VirtualMachineRemovedEventListeners.- Author:
- kimchy
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidadd(VirtualMachineRemovedEventListener eventListener) Add the event listener.voidremove(VirtualMachineRemovedEventListener eventListener) Removes the event listener.
-
Method Details
-
add
Add the event listener. -
remove
Removes the event listener.
-