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.


Constructor Index

 o PTimerWentOffEvent(PTimer, PTimerSpec)
Creates a new PTimerWentOffEvent with the specified timer and timer specification.

Method Index

 o getTimerSpec()
Returns the timer specification for this event.

Constructors

 o 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

Methods

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index