Packagecom.SeiON.Event
Classpublic final class SeionEvent
InheritanceSeionEvent Inheritance flash.events.Event

An event fired by SeiON.



Public Properties
 PropertyDefined By
  targetSndObj : ISeionControl
[read-only] The Seion object that fired this event.
SeionEvent
Public Methods
 MethodDefined By
  
SeionEvent(type:String, target:ISeionControl)
Creates an event.
SeionEvent
Public Constants
 ConstantDefined By
  SOUND_REPEAT : String = soundRepeat
[static] Defines the value for when a SeionInstance loops playback.
SeionEvent
Property Detail
targetSndObjproperty
targetSndObj:ISeionControl  [read-only]

The Seion object that fired this event.


Implementation
    public function get targetSndObj():ISeionControl
Constructor Detail
SeionEvent()Constructor
public function SeionEvent(type:String, target:ISeionControl)

Creates an event.

Parameters
type:String — The type of Event.
 
target:ISeionControl — The SeiON obj that triggered the event.
Constant Detail
SOUND_REPEATConstant
public static const SOUND_REPEAT:String = soundRepeat

Defines the value for when a SeionInstance loops playback.