Package | digicrafts.events |
Class | public class RotatorEvent |
Inheritance | RotatorEvent flash.events.Event |
Property | Defined by | ||
---|---|---|---|
data : Object = null
The data object corresponding to current event.
| RotatorEvent |
Method | Defined by | ||
---|---|---|---|
RotatorEvent(type:String, data:Object = null)
Constructor
| RotatorEvent | ||
clone():Event
Clone Events
| RotatorEvent |
Constant | Defined by | ||
---|---|---|---|
BUFFER_COMPLETE : String = "bufferEnd" [static]
When the image buffering is complete
| RotatorEvent | ||
BUFFER_START : String = "bufferStart" [static]
When the BannerRotator start buffering the selected image
| RotatorEvent | ||
READY : String = "rotatorReady" [static]
When BannerRotator is loaded and readyto start
| RotatorEvent | ||
TRANSITION_COMPLETE : String = "transitionComplete" [static]
When the transition effect is completed
| RotatorEvent | ||
TRANSITION_STRAT : String = "transitionStart" [static]
Whent the transition effect is begin start
| RotatorEvent |
data | property |
public var data:Object = null
The data object corresponding to current event.
RotatorEvent | () | constructor |
public function RotatorEvent(type:String, data:Object = null)
Constructor
Parameterstype:String |
|
data:Object (default = null )
|
clone | () | method |
public override function clone():Event
Clone Events
ReturnsEvent |
BUFFER_COMPLETE | constant |
public static const BUFFER_COMPLETE:String = "bufferEnd"
When the image buffering is complete
BUFFER_START | constant |
public static const BUFFER_START:String = "bufferStart"
When the BannerRotator start buffering the selected image
READY | constant |
public static const READY:String = "rotatorReady"
When BannerRotator is loaded and readyto start
TRANSITION_COMPLETE | constant |
public static const TRANSITION_COMPLETE:String = "transitionComplete"
When the transition effect is completed
TRANSITION_STRAT | constant |
public static const TRANSITION_STRAT:String = "transitionStart"
Whent the transition effect is begin start