Package | org.igniterealtime.xiff.conference |
Class | public class InviteListener |
Inheritance | InviteListener ![]() |
Implements | IListener |
You only need a single instance of this class to listen for all invite or decline events.
Property | Defined By | ||
---|---|---|---|
connection : IXMPPConnection
A reference to the XMPPConnection being used for incoming/outgoing XMPP data. | InviteListener |
Method | Defined By | ||
---|---|---|---|
InviteListener(aConnection:IXMPPConnection = null) | InviteListener |
Event | Summary | Defined By | ||
---|---|---|---|---|
Dispatched when an invitations has been received. | InviteListener |
connection | property |
connection:IXMPPConnection
A reference to the XMPPConnection being used for incoming/outgoing XMPP data.
public function get connection():IXMPPConnection
public function set connection(value:IXMPPConnection):void
See also
InviteListener | () | Constructor |
public function InviteListener(aConnection:IXMPPConnection = null)
Parameters
aConnection:IXMPPConnection (default = null ) — An XMPPConnection instance that is providing the primary server
connection.
|
invited | Event |
org.igniterealtime.xiff.events.InviteEvent
org.igniterealtime.xiff.InviteEvent.INVITED
Dispatched when an invitations has been received.
See also