Packageorg.igniterealtime.xiff.events
Classpublic class IQEvent
InheritanceIQEvent Inheritance flash.events.Event

Event that occurs when an IQ has been received from the server.



Public Properties
 PropertyDefined By
  data : IExtension
Extension related to this event.
IQEvent
  iq : IQ
The IQ element related to this event.
IQEvent
Public Methods
 MethodDefined By
  
IQEvent(type:String)
Type should be the namespace of the extension that is related to this IQ
IQEvent
  
clone():Event
[override]
IQEvent
  
toString():String
[override]
IQEvent
Property Detail
dataproperty
data:IExtension

Extension related to this event.


Implementation
    public function get data():IExtension
    public function set data(value:IExtension):void

See also

iqproperty 
iq:IQ

The IQ element related to this event.


Implementation
    public function get iq():IQ
    public function set iq(value:IQ):void

See also

Constructor Detail
IQEvent()Constructor
public function IQEvent(type:String)

Type should be the namespace of the extension that is related to this IQ

Parameters
type:String
Method Detail
clone()method
override public function clone():Event

Returns
Event
toString()method 
override public function toString():String

Returns
String