com.sun.jaw.impl.agent.services.alarm
Class AlarmClockEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.sun.jaw.impl.agent.services.alarm.AlarmClockEvent

public class AlarmClockEvent
extends java.util.EventObject

This class provides a simple implementation of an alarm-clock event.

The generator of the event needs to be specified when creating a new object of this class.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AlarmClockEvent(AlarmClock source)
          Create an alarm-clock event object.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlarmClockEvent

public AlarmClockEvent(AlarmClock source)
Create an alarm-clock event object.
Parameters:
source - The event producer.