Package | org.igniterealtime.xiff.events |
Class | public class InviteEvent |
Inheritance | InviteEvent ![]() |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
InviteEvent | |||
clone():Event [override] | InviteEvent | ||
toString():String [override] | InviteEvent |
Constant | Defined By | ||
---|---|---|---|
INVITED : String = invited [static] | InviteEvent |
data | property |
data:Message
Message that is possibly included in the invitation.
public function get data():Message
public function set data(value:Message):void
from | property |
from:UnescapedJID
public function get from():UnescapedJID
public function set from(value:UnescapedJID):void
reason | property |
reason:String
A possible reason given by the inviting party
public function get reason():String
public function set reason(value:String):void
room | property |
room:Room
The room in which the invitation is targeted.
public function get room():Room
public function set room(value:Room):void
InviteEvent | () | Constructor |
public function InviteEvent()
clone | () | method |
override public function clone():Event
ReturnsEvent |
toString | () | method |
override public function toString():String
ReturnsString |
INVITED | Constant |
public static const INVITED:String = invited