Package com.swiftmq.swiftlet.mgmt.event
Interface MgmtListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
AMQPSwiftlet
,JMSSwiftlet
,MQTTSwiftlet
,RouterMemoryMeter
,StableStore
public interface MgmtListener extends java.util.EventListener
A 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 void
adminToolActivated()
Will be called from the Mgmt Swiftlet when an admin tool is activated.void
adminToolDeactivated()
Will be called from the Mgmt Swiftlet when an admin tool is deactivated.
-