Packageorg.igniterealtime.xiff.events
Classpublic class InviteEvent
InheritanceInviteEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  data : Message
Message that is possibly included in the invitation.
InviteEvent
  from : UnescapedJID
InviteEvent
  reason : String
A possible reason given by the inviting party
InviteEvent
  room : Room
The room in which the invitation is targeted.
InviteEvent
Public Methods
 MethodDefined by
  
InviteEvent
  
clone():Event
InviteEvent
  
toString():String
InviteEvent
Public Constants
 ConstantDefined by
  INVITED : String = "invited"
[static]
InviteEvent
Property detail
dataproperty
data:Message  [read-write]

Message that is possibly included in the invitation.

Implementation
    public function get data():Message
    public function set data(value:Message):void
fromproperty 
from:UnescapedJID  [read-write]Implementation
    public function get from():UnescapedJID
    public function set from(value:UnescapedJID):void
reasonproperty 
reason:String  [read-write]

A possible reason given by the inviting party

Implementation
    public function get reason():String
    public function set reason(value:String):void
roomproperty 
room:Room  [read-write]

The room in which the invitation is targeted.

Implementation
    public function get room():Room
    public function set room(value:Room):void
Constructor detail
InviteEvent()constructor
public function InviteEvent()
Method detail
clone()method
public override function clone():Event

Returns
Event
toString()method 
public override function toString():String

Returns
String
Constant detail
INVITEDconstant
public static const INVITED:String = "invited"