All Packages  Class Hierarchy  This Package  Previous  Next  Index

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

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

public class AlarmClockEvent
extends 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.


Constructor Index

 o AlarmClockEvent(AlarmClock)
Create an alarm-clock event object.

Constructors

 o AlarmClockEvent
 public AlarmClockEvent(AlarmClock source)
Create an alarm-clock event object.

Parameters:
source - The event producer.

All Packages  Class Hierarchy  This Package  Previous  Next  Index