Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-927 (Maintenance Release)

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
 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  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.
 


JSR-927 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 927 specification.