| Package | com.whirled.contrib.namespc |
| Class | public class NamespacePropGetControl |
| Inheritance | NamespacePropGetControl flash.events.EventDispatcher |
| Implements | com.whirled.net.PropertyGetSubControl |
| Subclasses | NamespacePropControl |
| Property | Defined by | ||
|---|---|---|---|
| theNamespace : String [read-only]
| NamespacePropGetControl | ||
| Property | Defined by | ||
|---|---|---|---|
| _nameUtil : NameUtil | NamespacePropGetControl | ||
| _propGetCtrl : PropertyGetSubControl | NamespacePropGetControl | ||
| _theNamespace : String | NamespacePropGetControl | ||
| Method | Defined by | ||
|---|---|---|---|
|
NamespacePropGetControl(theNamespace:String, propGetCtrl:PropertyGetSubControl)
| NamespacePropGetControl | ||
|
get(propName:String):Object
| NamespacePropGetControl | ||
|
getPropertyNames(prefix:String = ""):Array
| NamespacePropGetControl | ||
|
getTargetId():int
| NamespacePropGetControl | ||
|
shutdown():void
| NamespacePropGetControl | ||
| Method | Defined by | ||
|---|---|---|---|
|
onElemChanged(e:ElementChangedEvent):void
| NamespacePropGetControl | ||
|
onPropChanged(e:PropertyChangedEvent):void
| NamespacePropGetControl | ||
| Event | Summary | Defined by | ||
|---|---|---|---|---|
| Dispatched when an element inside a property has changed in the shared game state. | NamespacePropGetControl | |||
| Dispatched when a property has changed in the shared game state. | NamespacePropGetControl | |||
| _nameUtil | property |
protected var _nameUtil:NameUtil
| _propGetCtrl | property |
protected var _propGetCtrl:PropertyGetSubControl
| _theNamespace | property |
protected var _theNamespace:String
| theNamespace | property |
theNamespace:String [read-only]Implementation
public function get theNamespace():String
| NamespacePropGetControl | () | constructor |
public function NamespacePropGetControl(theNamespace:String, propGetCtrl:PropertyGetSubControl)Parameters
theNamespace:String |
|
propGetCtrl:PropertyGetSubControl |
| get | () | method |
public function get(propName:String):ObjectParameters
propName:String |
Object |
| getPropertyNames | () | method |
public function getPropertyNames(prefix:String = ""):ArrayParameters
prefix:String (default = "") |
Array |
| getTargetId | () | method |
public function getTargetId():int
Returns
int |
| onElemChanged | () | method |
protected function onElemChanged(e:ElementChangedEvent):voidParameters
e:ElementChangedEvent |
| onPropChanged | () | method |
protected function onPropChanged(e:PropertyChangedEvent):voidParameters
e:PropertyChangedEvent |
| shutdown | () | method |
public function shutdown():void
| ElemChanged | event |
com.whirled.net.ElementChangedEvent
Dispatched when an element inside a property has changed in the shared game state. This event is a result of calling setIn() or setAt().
| PropChanged | event |
com.whirled.net.PropertyChangedEvent
Dispatched when a property has changed in the shared game state. This event is a result of calling set() or testAndSet().