Packagecom.whirled.contrib.namespc
Classpublic class NamespacePropGetControl
InheritanceNamespacePropGetControl Inheritance flash.events.EventDispatcher
Implementscom.whirled.net.PropertyGetSubControl
SubclassesNamespacePropControl



Public Properties
 PropertyDefined by
  theNamespace : String
[read-only]
NamespacePropGetControl
Protected Properties
 PropertyDefined by
  _nameUtil : NameUtil
NamespacePropGetControl
  _propGetCtrl : PropertyGetSubControl
NamespacePropGetControl
  _theNamespace : String
NamespacePropGetControl
Public Methods
 MethodDefined by
  
NamespacePropGetControl(theNamespace:String, propGetCtrl:PropertyGetSubControl)
NamespacePropGetControl
  
get(propName:String):Object
NamespacePropGetControl
  
getPropertyNames(prefix:String = ""):Array
NamespacePropGetControl
  
NamespacePropGetControl
  
shutdown():void
NamespacePropGetControl
Protected Methods
 MethodDefined by
  
onElemChanged(e:ElementChangedEvent):void
NamespacePropGetControl
  
onPropChanged(e:PropertyChangedEvent):void
NamespacePropGetControl
Events
 EventSummaryDefined 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
Property detail
_nameUtilproperty
protected var _nameUtil:NameUtil
_propGetCtrlproperty 
protected var _propGetCtrl:PropertyGetSubControl
_theNamespaceproperty 
protected var _theNamespace:String
theNamespaceproperty 
theNamespace:String  [read-only]Implementation
    public function get theNamespace():String
Constructor detail
NamespacePropGetControl()constructor
public function NamespacePropGetControl(theNamespace:String, propGetCtrl:PropertyGetSubControl)Parameters
theNamespace:String
 
propGetCtrl:PropertyGetSubControl
Method detail
get()method
public function get(propName:String):ObjectParameters
propName:String

Returns
Object
getPropertyNames()method 
public function getPropertyNames(prefix:String = ""):ArrayParameters
prefix:String (default = "")

Returns
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
Event detail
ElemChangedevent 
Event object type: 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().

PropChangedevent  
Event object type: 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().