| Package | com.gestureworks.cml.interfaces | 
| Interface | public interface IObject extends ICML | 
| Implementors | ObjectFactory | 
| Property | Defined By | ||
|---|---|---|---|
| id : String 
		 Returns the object's id.  | IObject | ||
| Method | Defined By | ||
|---|---|---|---|
dispose():void 
		 Dispose method.  | IObject | ||
![]()  | 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 | ||
| id | property | 
id:StringReturns the object's id.
    public function get id():String    public function set id(value:String):void| dispose | () | method | 
 public function dispose():voidDispose method.
| postparseCML | () | method | 
 public function postparseCML(cml:XMLList):voidAbstract 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) |