com.caucho.util
Interface AlarmListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
AccessLog, AccessLog, ActorContextImpl, BamMailService, ConnectionPool, DBPoolImpl, EarDeployGenerator, ExpandDeployGenerator, HostExpandDeployGenerator, ImportRule, JdbcQueue, MailHandler, MailLogHandler, MatchRule, NetworkListenSystem, PollingQueue, PollingTopic, ProSessionManager, QuercusSessionManager, ScheduledTask, ServletConfigImpl, ServletMapping, ServletService, SessionManager, TcpPort.SuspendReaper, TimerTask, TransactionImpl, WebAppExpandDeployGenerator

public interface AlarmListener
extends java.util.EventListener

Interface for receiving alarm events.


Method Summary
 void handleAlarm(Alarm alarm)
          Handles a callback from an alarm.
 

Method Detail

handleAlarm

void handleAlarm(Alarm alarm)
Handles a callback from an alarm.