All Packages Class Hierarchy This Package Previous Next Index
Interface com.sun.jaw.impl.agent.services.alarm.AlarmClockListener
- public interface AlarmClockListener
- extends EventListener
Definition of the interface to be implemented by all the objects
interested in receiving events of type AlarmClock.
-
handleAlarmClock(AlarmClockEvent)
- This handle will be called each time an alarm-clock event notification is triggered.
handleAlarmClock
public abstract void handleAlarmClock(AlarmClockEvent e)
- This handle will be called each time an alarm-clock event notification is triggered.
All Packages Class Hierarchy This Package Previous Next Index