Package com.swiftmq.swiftlet.timer.event
Interface TimerListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
ActiveQueue,ConfigfileWatchdog,RouterMemoryMeter
public interface TimerListener extends java.util.EventListenerA 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 voidperformTimeAction()Perform the specific time action
-