Packagecom.adobe.rtc.events
Classpublic class SharedObjectEvent
InheritanceSharedObjectEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  propertyName : String
The key of the property in the sharedObject
SharedObjectEvent
  value : Object
he value of the property in the sharedObject
SharedObjectEvent
Public Methods
 MethodDefined by
  
SharedObjectEvent(p_type:String, p_itemId:String, p_value:Object)
Constructor for the SharedObjectEvent
SharedObjectEvent
  
clone():Event
Duplicates an instance of the SharedEvent class.
SharedObjectEvent
Public Constants
 ConstantDefined by
  PROPERTY_ADD : String = "propertyAdd"
[static] The SharedObjectEvent.PROPERTY_ADD constant defines the value of the type property of the event object for an event that is dispatched when a Property in SharedObject has been added.
SharedObjectEvent
  PROPERTY_CHANGE : String = "propertyChange"
[static] The SharedObjectEvent.PROPERTY_CHANGE constant defines the value of the type property of the event object for an event that is dispatched when a Property in SharedObject has been modified.
SharedObjectEvent
  PROPERTY_REMOVE : String = "propertyRetracted"
[static] The SharedObjectEvent.PROPERTY_REMOVE constant defines the value of the type property of the event object for an event that is dispatched when a Property in SharedObject has been removed.
SharedObjectEvent
Property detail
propertyNameproperty
public var propertyName:String

The key of the property in the sharedObject

valueproperty 
public var value:Object

he value of the property in the sharedObject

Constructor detail
SharedObjectEvent()constructor
public function SharedObjectEvent(p_type:String, p_itemId:String, p_value:Object)

Constructor for the SharedObjectEvent

Parameters
p_type:String — The event type; indicates the action that triggered the event. Its usually SharedObjectEvent.PROPERTY_CHANGE or SharedObjectEvent.PROPERTY_ADD or SharedObjectEvent.PROPERTY_RETRACT
 
p_itemId:String — The p_itemID is the key of the property in the sharedObject
 
p_value:Object — The p_value is the value of the property in the sharedObject
Method detail
clone()method
public override function clone():Event

Duplicates an instance of the SharedEvent class.

Returns
Event
Constant detail
PROPERTY_ADDconstant
public static const PROPERTY_ADD:String = "propertyAdd"

The SharedObjectEvent.PROPERTY_ADD constant defines the value of the type property of the event object for an event that is dispatched when a Property in SharedObject has been added.

PROPERTY_CHANGEconstant 
public static const PROPERTY_CHANGE:String = "propertyChange"

The SharedObjectEvent.PROPERTY_CHANGE constant defines the value of the type property of the event object for an event that is dispatched when a Property in SharedObject has been modified.

PROPERTY_REMOVEconstant 
public static const PROPERTY_REMOVE:String = "propertyRetracted"

The SharedObjectEvent.PROPERTY_REMOVE constant defines the value of the type property of the event object for an event that is dispatched when a Property in SharedObject has been removed.





 

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/SharedObjectEvent.html