Packageorg.iotashan.nabaztagAPI
Classpublic class NabaztagAPIResultEvent
InheritanceNabaztagAPIResultEvent Inheritance flash.events.Event

The NabaztagAPIResultEvent is used to caputre the XML results from API calls to the Nabaztag servers



Public Properties
 PropertyDefined by
  result : XML
The default result XML.
NabaztagAPIResultEvent
Public Methods
 MethodDefined by
  
NabaztagAPIResultEvent(result:XML, type:String = "apiResult", bubbles:Boolean = false, cancelable:Boolean = false)
Constructor method.
NabaztagAPIResultEvent
  
clone():Event
Override of the clone() method.
NabaztagAPIResultEvent
Property detail
resultproperty
public var result:XML

The default result XML.

The default value is null.

Constructor detail
NabaztagAPIResultEvent()constructor
public function NabaztagAPIResultEvent(result:XML, type:String = "apiResult", bubbles:Boolean = false, cancelable:Boolean = false)

Constructor method.

Parameters
result:XML
 
type:String (default = "apiResult")
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method detail
clone()method
public override function clone():Event

Override of the clone() method. We have to do this because the constructor is different than for a standard Event

Returns
Event — Returns a new copy of this event.