Package | com.distriqt.extension.calendar.events |
Class | public class AuthorisationEvent |
Inheritance | AuthorisationEvent flash.events.Event |
Property | Defined By | ||
---|---|---|---|
status : String | AuthorisationEvent |
Method | Defined By | ||
---|---|---|---|
AuthorisationEvent(type:String, status:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
| AuthorisationEvent | ||
clone():Event [override] | AuthorisationEvent |
Constant | Defined By | ||
---|---|---|---|
CHANGED : String = authorisation:changed [static]
Dispatched when the user changes the authorisation status. | AuthorisationEvent |
status | property |
public var status:String
AuthorisationEvent | () | Constructor |
public function AuthorisationEvent(type:String, status:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
Parameterstype:String | |
status:String | |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
|
clone | () | method |
override public function clone():Event
ReturnsEvent |
CHANGED | Constant |
public static const CHANGED:String = authorisation:changed
Dispatched when the user changes the authorisation status.
The status
will indicate the new authorisation status.