Package | org.igniterealtime.xiff.data |
Interface | public interface IIQ extends IXMPPStanza, IXMLStanza, IExtendable, INodeProxy |
Implementors | IQ |
Property | Defined By | ||
---|---|---|---|
callback : Function | IIQ | ||
errorCallback : Function | IIQ | ||
![]() | errorCode : int | IXMPPStanza | |
![]() | errorCondition : String | IXMPPStanza | |
![]() | errorMessage : String | IXMPPStanza | |
![]() | errorType : String | IXMPPStanza | |
![]() | from : EscapedJID | IXMPPStanza | |
![]() | id : String | IXMPPStanza | |
![]() | to : EscapedJID | IXMPPStanza | |
![]() | type : String | IXMPPStanza | |
![]() | xml : XML | INodeProxy |
callback | property |
callback:Function
public function get callback():Function
public function set callback(value:Function):void
errorCallback | property |
errorCallback:Function
public function get errorCallback():Function
public function set errorCallback(value:Function):void