| Package | com.adobe.rtc.events |
| Class | public class SharedObjectEvent |
| Inheritance | SharedObjectEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| propertyName : String
The key of the property in the sharedObject
| SharedObjectEvent | ||
| value : Object
he value of the property in the sharedObject
| SharedObjectEvent | ||
| Method | Defined 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 | ||
| Constant | Defined 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 | ||
| propertyName | property |
public var propertyName:StringThe key of the property in the sharedObject
| value | property |
public var value:Objecthe value of the property in the sharedObject
| SharedObjectEvent | () | constructor |
public function SharedObjectEvent(p_type:String, p_itemId:String, p_value:Object)Constructor for the SharedObjectEvent
Parametersp_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
|
| clone | () | method |
public override function clone():EventDuplicates an instance of the SharedEvent class.
ReturnsEvent |
| PROPERTY_ADD | constant |
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_CHANGE | constant |
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_REMOVE | constant |
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