Package | org.igniterealtime.xiff.events |
Class | public class IQEvent |
Inheritance | IQEvent ![]() |
Property | Defined By | ||
---|---|---|---|
data : IExtension
Extension related to this event. | IQEvent | ||
iq : IQ
The IQ element related to this event. | IQEvent |
Method | Defined 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 |
data | property |
data:IExtension
Extension related to this event.
public function get data():IExtension
public function set data(value:IExtension):void
See also
iq | property |
iq:IQ
The IQ element related to this event.
public function get iq():IQ
public function set iq(value:IQ):void
See also
IQEvent | () | Constructor |
public function IQEvent(type:String)
Type should be the namespace of the extension that is related to this IQ
Parameterstype:String |
clone | () | method |
override public function clone():Event
ReturnsEvent |
toString | () | method |
override public function toString():String
ReturnsString |