Packageorg.igniterealtime.xiff.conference
Classpublic class InviteListener
InheritanceInviteListener Inheritance flash.events.EventDispatcher
ImplementsIListener

Manages the dispatching 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.



Public Properties
 PropertyDefined by
  connection : IXMPPConnection
A reference to the XMPPConnection being used for incoming/outgoing XMPP data.
InviteListener
Public Methods
 MethodDefined by
  
InviteListener(aConnection:IXMPPConnection = null)
InviteListener
Events
 EventSummaryDefined by
   Dispatched when an invitations has been received.InviteListener
Property detail
connectionproperty
connection:IXMPPConnection  [read-write]

A reference to the XMPPConnection being used for incoming/outgoing XMPP data.

Implementation
    public function get connection():IXMPPConnection
    public function set connection(value:IXMPPConnection):void

See also

Constructor detail
InviteListener()constructor
public function InviteListener(aConnection:IXMPPConnection = null)

Parameters
aConnection:IXMPPConnection (default = null) — An XMPPConnection instance that is providing the primary server connection.
Event detail
invitedevent 
Event object type: org.igniterealtime.xiff.events.InviteEvent

Dispatched when an invitations has been received.

See also

org.igniterealtime.xiff.conference.Room
org.igniterealtime.xiff.conference.Room..invite