| Package | com.SeiON.Event |
| Class | public final class SeionEvent |
| Inheritance | SeionEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| targetSndObj : ISeionControl [read-only] The Seion object that fired this event. | SeionEvent | ||
| Method | Defined By | ||
|---|---|---|---|
SeionEvent(type:String, target:ISeionControl)
Creates an event. | SeionEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| SOUND_REPEAT : String = soundRepeat [static] Defines the value for when a SeionInstance loops playback. | SeionEvent | ||
| targetSndObj | property |
targetSndObj:ISeionControl [read-only] The Seion object that fired this event.
public function get targetSndObj():ISeionControl| SeionEvent | () | Constructor |
public function SeionEvent(type:String, target:ISeionControl)Creates an event.
Parameterstype:String — The type of Event.
| |
target:ISeionControl — The SeiON obj that triggered the event.
|
| SOUND_REPEAT | Constant |
public static const SOUND_REPEAT:String = soundRepeatDefines the value for when a SeionInstance loops playback.