javax.tv.util
Class TVTimerWentOffEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.tv.util.TVTimerWentOffEvent
All Implemented Interfaces:
Serializable

public class TVTimerWentOffEvent
extends EventObject

An event indicating that a timer specification has gone off.

See Also:
Serialized Form

Constructor Summary
TVTimerWentOffEvent(TVTimer source, TVTimerSpec spec)
          Creates a new TVTimerWentOffEvent with the specified timer and timer specification.
 
Method Summary
 TVTimerSpec getTimerSpec()
          Returns the timer specification for this event.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TVTimerWentOffEvent

public TVTimerWentOffEvent(TVTimer source,
                           TVTimerSpec spec)
Creates a new TVTimerWentOffEvent 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 TVTimerSpec getTimerSpec()
Returns the timer specification for this event.