Package com.swiftmq.swiftlet.mgmt.event
Interface MgmtListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
RouterMemoryMeter
public interface MgmtListener extends java.util.EventListenerA MgmtListener is activated if an admin tool (SwiftMQ Explorer/CLI) is activated or deactivated to inform other Swiftlet to, e.g., start resp. stop collectors.- Author:
- IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadminToolActivated()Will be called from the Mgmt Swiftlet when an admin tool is activated.voidadminToolDeactivated()Will be called from the Mgmt Swiftlet when an admin tool is deactivated.
-