| 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 | ||
|---|---|---|---|
SessionEvent(type:String, session:AbstractSession)
Creates a new FaceEvent object. | SessionEvent | ||
clone():Event [override]
Creates a copy of the FaceEvent object and sets the value of each property to match that of the original. | SessionEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| SESSION_UPDATED : String = sessionUpdated [static]
Defines the value of the type property of a sessionUpdated event object. | SessionEvent | ||
| session | property |
public var session:AbstractSessionA reference to the session object that is relevant to the event.
| SessionEvent | () | Constructor |
public function SessionEvent(type:String, session:AbstractSession)
Creates a new FaceEvent object.
type:String — The type of the event. Possible values are: FaceEvent.UPDATED.
| |
session:AbstractSession — A reference to the session object that is relevant to the event.
|
| clone | () | method |
override public function clone():EventCreates a copy of the FaceEvent object and sets the value of each property to match that of the original.
ReturnsEvent |
| SESSION_UPDATED | Constant |
public static const SESSION_UPDATED:String = sessionUpdatedDefines the value of the type property of a sessionUpdated event object.