Packagecom.adobe.rtc.events
Classpublic class SharedModelEvent
InheritanceSharedModelEvent Inheritance flash.events.Event

The event class dispatched by SharedProperties and BatonProperty.

See also

com.adobe.rtc.sharedModel.BaronProperty


Public Methods
 MethodDefined by
  
SharedModelEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
SharedModelEvent
Public Constants
 ConstantDefined by
  BATON_HOLDER_CHANGE : String = "batonHolderChange"
[static] Dispatched when the baton holder changes.
SharedModelEvent
  BATON_RELEASE : String = "batonRelease"
[static] Dispatched when the baton has been released.
SharedModelEvent
  BATON_REQUEST : String = "batonRequest"
[static] Dispatched when someone makes a baton request.
SharedModelEvent
Constructor detail
SharedModelEvent()constructor
public function SharedModelEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant detail
BATON_HOLDER_CHANGEconstant
public static const BATON_HOLDER_CHANGE:String = "batonHolderChange"

Dispatched when the baton holder changes.

BATON_RELEASEconstant 
public static const BATON_RELEASE:String = "batonRelease"

Dispatched when the baton has been released.

BATON_REQUESTconstant 
public static const BATON_REQUEST:String = "batonRequest"

Dispatched when someone makes a baton request.





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/labs/acrobatcom/com/adobe/rtc/events/SharedModelEvent.html