com.sun.util
Class PTimerWentOffEvent
java.lang.Object
java.util.EventObject
com.sun.util.PTimerWentOffEvent
- All Implemented Interfaces:
- Serializable
Deprecated.
public class PTimerWentOffEvent
- extends EventObject
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.
- See Also:
- Serialized Form
PTimerWentOffEvent
public PTimerWentOffEvent(PTimer source,
PTimerSpec spec)
- Deprecated.
- Creates a new PTimerWentOffEvent with the specified timer and
timer specification.
- Parameters:
source - the timer that sent this eventspec - the timer specification that went off
getTimerSpec
public PTimerSpec getTimerSpec()
- Deprecated.
- Returns the timer specification for this event.