BiFrameProgressionEvent

Event that denotifies a new frame during animation.

This class extends BiEvent and therefore all methods and fields available for BiEvent are also available for BiFrameProgressionEvent .

Constructor

new BiFrameProgressionEvent ( sType,generator )

Parameters

Name Type Optional Default Descripton
sType String The name of the type of frameprogression event
generator BiFpsGenerator The BiFpsGenerator that dispatched this event.

Properties

Name Type get set Descripton
fPSGenerator BiFpsGenerator checked Returns a reference to the BiFpsGenerator that dispatched the event.

Methods

Name Description
dispose Disposes the event and reclaims memory.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

The type of events generated are: frameprogression, animationend

Method Details

dispose

Disposes the event and reclaims memory.

Syntax

object.dispose
 (
 
 )
 

Parameters

No arguments.

Return Type

void