All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.clocks.ExtremesCallBack

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

public abstract class ExtremesCallBack
extends QTCallBack
Provides scheduled operations at the start or stop times of the callback time base. refer to QTCallBack in QuickTime


Variable Index

 o flags
Determines when the callback will be called.

Constructor Index

 o ExtremesCallBack(TimeBase, int)
This allows your application to obtain a new callback.

Method Index

 o callMeWhen()
Specifies the time when the callback sholud be called.
 o toString()
String representation of this class.

Variables

 o flags
 public int flags
Determines when the callback will be called.

Constructors

 o ExtremesCallBack
 public ExtremesCallBack(TimeBase tb,
                         int flags) throws QTException
This allows your application to obtain a new callback.

QuickTime::NewCallBack()

Parameters:
tb - the time base that the callback is attached too.
flags - the conditions under which the Callback will be executed

Methods

 o callMeWhen
 public final void callMeWhen() throws StdQTException
Specifies the time when the callback sholud be called. Should set flags specify certain scheduling information as triggerAtStart or triggerAtStop.

QuickTime::CallMeWhen

Overrides:
callMeWhen in class QTCallBack
 o toString
 public String toString()
String representation of this class.

Overrides:
toString in class QTObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index