org.jivesoftware.xiff.conference
class InviteListener
Object
|
+--org.jivesoftware.xiff.conference.InviteListener
class InviteListener extends Object
Manages the broadcasting of events during invitations. Add event listeners to an instance of this class to monitor invite and decline events You only need a single instance of this class to listen for all invite or decline events.
- Author:Sean Treadway
- Since:2.0.0
Field Documentation
Constructor Documentation
Method Documentation
getConnection
public function getConnection (
): XMPPConnection
Gets a reference to the XMPPConnection being used for incoming/outgoing XMPP data.
- Returns:The XMPPConnection used
- See also:
setConnection
public function setConnection (
connection: XMPPConnection): Void
Sets a reference to the XMPPConnection being used for incoming/outgoing XMPP data.
- Parameters:
connection The XMPPConnection instance to use. - See also:
- InviteListener.as, Last Modified: 3/10/2005 10:07:06 PM