com.sun.jaw.impl.agent.services.alarm
Interface AlarmClockListener

All Known Implementing Classes:
Monitor, CounterMonitor, GaugeMonitor, Scheduler

public abstract interface AlarmClockListener
extends java.util.EventListener

Definition of the interface to be implemented by all the objects interested in receiving events of type AlarmClock.


Method Summary
 void handleAlarmClock(AlarmClockEvent e)
          This handle will be called each time an alarm-clock event notification is triggered.
 

Method Detail

handleAlarmClock

public void handleAlarmClock(AlarmClockEvent e)
This handle will be called each time an alarm-clock event notification is triggered.