Package com.swiftmq.swiftlet.timer.event
Interface TimerListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
ActiveQueue
,ActiveQueueImpl
,AMQPSwiftlet
,ClusterMetricPublisher
,ConfigfileWatchdog
,DeploySpaceImpl
,DispatchQueue
,FlowcontrolTimer
,InboundReader
,InboundReader
,InboundReader
,InboundReader
,InboundReader
,JMSSwiftlet
,JNDIReplication
,JobStart
,JobStop
,MessageGroupDispatchPolicy
,MQTTConnection
,MQTTSwiftlet
,NettyInboundConnectionHandler
,NettyOutboundConnectionHandler
,NettyTCPConnector
,NetworkSwiftletImpl
,OutboundWriter
,OutboundWriter
,OutboundWriter
,OutboundWriter
,OutboundWriter
,OutboundWriter
,OutboundWriter
,OutboundWriter
,QueueManagerImpl
,RouterMemoryMeter
,SessionRegistry
,StableStore
,StreamsSwiftlet
,TCPConnector
,ThreadpoolSwiftletImpl
,XAResourceManagerSwiftletImpl
public interface TimerListener extends java.util.EventListener
A listener, called on timer events.- 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
performTimeAction()
Perform the specific time action
-