javax.tv.util
Class TVTimerWentOffEvent
java.lang.Object
java.util.EventObject
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
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 eventspec - the timer specification that went off
getTimerSpec
public TVTimerSpec getTimerSpec()
- Returns the timer specification for this event.
- Returns:
- The
TVTimerSpec for this event.
Copyright © 2011. All Rights Reserved.