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

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
 Event Summary Defined By
  Dispatched when an invitations has been received.InviteListener
Property Detail
connectionproperty
connection:IXMPPConnection

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
invited Event
Event Object Type: org.igniterealtime.xiff.events.InviteEvent
InviteEvent.type property = org.igniterealtime.xiff.InviteEvent.INVITED

Dispatched when an invitations has been received.

See also

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