| java.lang.Object java.util.EventObject com.sun.util.PTimerWentOffEvent
PTimerWentOffEvent | public class PTimerWentOffEvent extends java.util.EventObject (Code) | | An event indicating that a PTimer event went off.
Compatibility
The PTimerWentOffEvent is supported in PersonalJava
implementations. It is deprecated in Personal Profile and not
supported in J2SE, or J2ME foundation profiles.
since: : PersonalJava1.0 |
PTimerWentOffEvent | public PTimerWentOffEvent(PTimer source, PTimerSpec spec)(Code) | | Creates a new PTimerWentOffEvent with the specified timer and
timer specification.
Parameters: source - the timer that sent this event Parameters: spec - the timer specification that went off |
getTimerSpec | public PTimerSpec getTimerSpec()(Code) | | Returns the timer specification for this event.
|
|
|