: Interface QTVRInterceptor
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
quicktime.vr
Interface QTVRInterceptor
public interface QTVRInterceptor
This interface is defined by an application to receive and process
interactions with a VR movie's nodes
See Also: QTVRInstance
Method Summary
boolean
execute(QTVRInstance vr,
QTVRInterceptRecord qtvrMsg)
This method is called by MoviesTask when a user is entering a new node
in a VR movie.
Method Detail
execute
public boolean execute(QTVRInstance vr,
QTVRInterceptRecord qtvrMsg)
This method is called by MoviesTask when a user is entering a new node
in a VR movie.
Parameters:vr - the QTVRInstancenodeID - the nodeID that the user is enteringReturns:a boolean value that indicates whether the QuickTime VR Manager should NOT call the
intercepted function when your intercept procedure returns true or should call the intercepted
function false.See Also: QTCallBack
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD