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
[override]
InviteEvent
  
toString():String
[override]
InviteEvent
Public Constants
 ConstantDefined By
  INVITED : String = invited
[static]
InviteEvent
Property Detail
dataproperty
data:Message

Message that is possibly included in the invitation.


Implementation
    public function get data():Message
    public function set data(value:Message):void
fromproperty 
from:UnescapedJID


Implementation
    public function get from():UnescapedJID
    public function set from(value:UnescapedJID):void
reasonproperty 
reason:String

A possible reason given by the inviting party


Implementation
    public function get reason():String
    public function set reason(value:String):void
roomproperty 
room:Room

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
override public function clone():Event

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

Returns
String
Constant Detail
INVITEDConstant
public static const INVITED:String = invited