Access keys

StateManagerEvent

Kind of class: class
Inherits from: Event
Dispatched by:
Classpath: management.StateManagerEvent
File last modified: Monday, 23 January 2006, 23:20:53

Summary

Constructor
Class properties
Instance properties

Constructor

StateManagerEvent

function StateManagerEvent (
inEventType:Number, inSource:StateManager, inCurrentState:String, inRequestedState:String)

Class properties

LOAD_START

static LOAD_START:Number = 2
(read,write)

UNLOAD_START

static UNLOAD_START:Number = 1
(read,write)

UPDATE

static UPDATE:String = "onStateChange"
(read,write)

Instance properties

eventType

eventType:Number
(read,write)
Type of event, should match one of the constants above.

requestedState

requestedState:String
(read,write)

state

state:String
(read,write)