Packagecom.gestureworks.cml.interfaces
Interfacepublic interface IObject extends ICML
Implementors ObjectFactory

Implements CML Objects.



Public Properties
 PropertyDefined By
  id : String
Returns the object's id.
IObject
Public Methods
 MethodDefined By
  
dispose():void
Dispose method.
IObject
 Inherited
parseCML(cml:XMLList):XMLList
Internal CML parse method.
ICML
  
postparseCML(cml:XMLList):void
Abstract method allows settings of a postparse CML routine.
IObject
  
updateProperties(state:Number = 0):void
IObject
Property Detail
idproperty
id:String

Returns the object's id.


Implementation
    public function get id():String
    public function set id(value:String):void
Method Detail
dispose()method
public function dispose():void

Dispose method.

postparseCML()method 
public function postparseCML(cml:XMLList):void

Abstract method allows settings of a postparse CML routine.

Parameters

cml:XMLList

updateProperties()method 
public function updateProperties(state:Number = 0):void

Parameters

state:Number (default = 0)