IFrameBeacon

Kind of class:interface
Inherits from:none
Implemented by:
Version:1.0
Author:Francis Bourre
Classpath:com.bourre.transitions.IFrameBeacon
File last modified:Wednesday, 31 October 2007, 07:35:30
IFrameBeacon defines basic rules for tween synchronizer implementation.

Take a look at FPSBeacon and
MSBeacon for concrete implementation.

Instance methods

addFrameListener

function addFrameListener (
oL:IFrameListener) : Void
Adds listener for receiving all IFrameBeacon events.
Parameters:
oL:
Listener object which implements IFrameListener interface.

isPlaying

function isPlaying (
) : Boolean
Indicates if FPSBeacon's running.
Returns:
true if FPSBeacon is running, either false

removeFrameListener

function removeFrameListener (
oL:IFrameListener) : Void
Removes passed-in listener for receiving all IFrameBeacon events.
Parameters:
oL:
Listener object which implements IFrameListener interface.

start

function start (
) : Void
Starts the process.

stop

function stop (
) : Void
Stops the process.