com.sun.util
Class PTimerWentOffEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PTimerWentOffEvent(PTimer source, PTimerSpec spec)
          Deprecated. Creates a new PTimerWentOffEvent with the specified timer and timer specification.
 
Method Summary
 PTimerSpec getTimerSpec()
          Deprecated. Returns the timer specification for this event.
 
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

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 event
spec - the timer specification that went off
Method Detail

getTimerSpec

public PTimerSpec getTimerSpec()
Deprecated. 
Returns the timer specification for this event.