Package | org.igniterealtime.xiff.events |
Class | public class IQEvent |
Inheritance | IQEvent ![]() |
Property | Defined by | ||
---|---|---|---|
data : IExtension
Extension related to this event
| IQEvent | ||
iq : IQ | IQEvent |
Method | Defined by | ||
---|---|---|---|
IQEvent(type:String)
| IQEvent | ||
clone():Event
| IQEvent | ||
toString():String
| IQEvent |
data | property |
data:IExtension
[read-write]Extension related to this event
Implementation public function get data():IExtension
public function set data(value:IExtension):void
iq | property |
IQEvent | () | constructor |
public function IQEvent(type:String)
Parameters
type:String |
clone | () | method |
public override function clone():Event
Returns
Event |
toString | () | method |
public override function toString():String
Returns
String |