All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.util.PTimerWentOffEvent
java.lang.Object
|
+----java.util.EventObject
|
+----com.sun.util.PTimerWentOffEvent
- public class PTimerWentOffEvent
- extends EventObject
An event indicating that a timer specification has gone off.
-
PTimerWentOffEvent(PTimer, PTimerSpec)
- Creates a new PTimerWentOffEvent with the specified timer and
timer specification.
-
getTimerSpec()
- Returns the timer specification for this event.
PTimerWentOffEvent
public PTimerWentOffEvent(PTimer source,
PTimerSpec spec)
- Creates a new PTimerWentOffEvent with the specified timer and
timer specification.
- Parameters:
- source - the timer that sent this event
- spec - the timer specification that went off
getTimerSpec
public PTimerSpec getTimerSpec()
- Returns the timer specification for this event.
All Packages Class Hierarchy This Package Previous Next Index