Uses of Class
javax.tv.util.TVTimerSpec

Packages that use TVTimerSpec
javax.tv.util   
 

Uses of TVTimerSpec in javax.tv.util
 

Methods in javax.tv.util that return TVTimerSpec
 TVTimerSpec TVTimerWentOffEvent.getTimerSpec()
          Returns the timer specification for this event.
abstract  TVTimerSpec TVTimer.scheduleTimerSpec(TVTimerSpec t)
          Begins monitoring a TVTimerSpec.
 

Methods in javax.tv.util with parameters of type TVTimerSpec
abstract  void TVTimer.deschedule(TVTimerSpec t)
          Removes a timer specification from the set of monitored specifications.
abstract  TVTimerSpec TVTimer.scheduleTimerSpec(TVTimerSpec t)
          Begins monitoring a TVTimerSpec.
 

Constructors in javax.tv.util with parameters of type TVTimerSpec
TVTimerWentOffEvent(TVTimer source, TVTimerSpec spec)
          Creates a new TVTimerWentOffEvent with the specified timer and timer specification.