Java TV(tm) API 1.0

Uses of Class
javax.tv.util.TVTimerSpec

Packages that use TVTimerSpec
javax.tv.util Provides APIs for creating and managing timer events. 
 

Uses of TVTimerSpec in javax.tv.util
 

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

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

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.
 


Java TV(tm) API 1.0

Copyright © 1998 - 2000 Sun Microsystems, Inc.