Packagecom.distriqt.extension.beacon.events
Classpublic class AuthorisationEvent
InheritanceAuthorisationEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  status : String
AuthorisationEvent
Public Methods
 MethodDefined By
  
AuthorisationEvent(type:String, status:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
AuthorisationEvent
  
clone():Event
[override]
AuthorisationEvent
Public Constants
 ConstantDefined By
  CHANGED : String = authorisation:changed
[static] Dispatched when the user changes the authorisation status.
AuthorisationEvent
Property Detail
statusproperty
public var status:String

Constructor Detail
AuthorisationEvent()Constructor
public function AuthorisationEvent(type:String, status:String, bubbles:Boolean = false, cancelable:Boolean = false)

Constructor

Parameters
type:String
 
status:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
CHANGEDConstant
public static const CHANGED:String = authorisation:changed

Dispatched when the user changes the authorisation status. The status will indicate the new authorisation status.