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.


Method Index

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

Methods

 o 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