Package | away3d.events |
Class | public class SessionEvent |
Inheritance | SessionEvent flash.events.Event |
Property | Defined by | ||
---|---|---|---|
session : AbstractSession
A reference to the session object that is relevant to the event.
| SessionEvent |
Method | Defined by | ||
---|---|---|---|
Creates a new
SessionEvent object. | SessionEvent | ||
clone():Event
Creates a copy of the SessionEvent object and sets the value of each property to match that of the original.
| SessionEvent |
Constant | Defined by | ||
---|---|---|---|
DRAW_COMPLETE : String = "drawComplete" [static]
Defines the value of the type property of a drawComplete event object.
| SessionEvent | ||
SESSION_UPDATED : String = "sessionUpdated" [static]
Defines the value of the type property of a sessionUpdated event object.
| SessionEvent |
session | property |
public var session:AbstractSession
A reference to the session object that is relevant to the event.
SessionEvent | () | constructor |
public function SessionEvent(type:String, session:AbstractSession)
Parameters
type:String — The type of the event. Possible values are: SessionEvent.SESSION_UPDATED and SessionEvent.DRAW_COMPLETE .
|
|
session:AbstractSession — A reference to the session object that is relevant to the event.
|
clone | () | method |
public override function clone():Event
Creates a copy of the SessionEvent object and sets the value of each property to match that of the original.
ReturnsEvent |
DRAW_COMPLETE | constant |
public static const DRAW_COMPLETE:String = "drawComplete"
Defines the value of the type property of a drawComplete event object.
SESSION_UPDATED | constant |
public static const SESSION_UPDATED:String = "sessionUpdated"
Defines the value of the type property of a sessionUpdated event object.