Package | org.igniterealtime.xiff.data |
Interface | public interface IIQ extends IXMPPStanza, IXMLStanza, INodeProxy, IExtendable, ISerializable |
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 |
callback | property |
callback:Function
[read-write]Implementation
public function get callback():Function
public function set callback(value:Function):void
errorCallback | property |
errorCallback:Function
[read-write]Implementation
public function get errorCallback():Function
public function set errorCallback(value:Function):void