Packageaway3d.events
Classpublic class SessionEvent
InheritanceSessionEvent Inheritance flash.events.Event

Passed as a parameter when a session event occurs



Public Properties
 PropertyDefined By
  session : AbstractSession
A reference to the session object that is relevant to the event.
SessionEvent
Public Methods
 MethodDefined 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
Public Constants
 ConstantDefined By
  SESSION_UPDATED : String = sessionUpdated
[static] Defines the value of the type property of a sessionUpdated event object.
SessionEvent
Property Detail
sessionproperty
public var session:AbstractSession

A reference to the session object that is relevant to the event.

Constructor Detail
SessionEvent()Constructor
public function SessionEvent(type:String, session:AbstractSession)

Creates a new FaceEvent object.

Parameters
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.
####INIT####
Method Detail
clone()method
override public function clone():Event

Creates a copy of the FaceEvent object and sets the value of each property to match that of the original.

Returns
Event
Constant Detail
SESSION_UPDATEDConstant
public static const SESSION_UPDATED:String = sessionUpdated

Defines the value of the type property of a sessionUpdated event object.