All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.clocks.TimeJumpCallBack

java.lang.Object
   |
   +----quicktime.QTObject
           |
           +----quicktime.std.clocks.QTCallBack
                   |
                   +----quicktime.std.clocks.TimeJumpCallBack

public abstract class TimeJumpCallBack
extends QTCallBack
Provides scheduled operations when a program's abruptly changes the time value of the callback time base. Refer to QTCallBack in QuickTime


Constructor Index

 o TimeJumpCallBack(TimeBase)
This allows your application to obtain a new callback.

Method Index

 o callMeWhen()
Specifies the time when the callback sholud be called.

Constructors

 o TimeJumpCallBack
 public TimeJumpCallBack(TimeBase tb) throws QTException
This allows your application to obtain a new callback.

QuickTime::NewCallBack()

Parameters:
tb - the time base that the callback is attached too.

Methods

 o callMeWhen
 public final void callMeWhen() throws StdQTException
Specifies the time when the callback sholud be called. Should set flags that specify certain scheduling information before calling this function

QuickTime::CallMeWhen

Overrides:
callMeWhen in class QTCallBack

All Packages  Class Hierarchy  This Package  Previous  Next  Index