Package | org.igniterealtime.xiff.events |
Class | public class RosterEvent |
Inheritance | RosterEvent ![]() |
Property | Defined By | ||
---|---|---|---|
data : *
Data can be of type:
Presence
RosterItemVO
...
| RosterEvent | ||
jid : UnescapedJID | RosterEvent |
Method | Defined By | ||
---|---|---|---|
RosterEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false) | RosterEvent | ||
clone():Event [override] | RosterEvent | ||
toString():String [override] | RosterEvent |
Constant | Defined By | ||
---|---|---|---|
ROSTER_LOADED : String = rosterLoaded [static] | RosterEvent | ||
SUBSCRIPTION_DENIAL : String = subscriptionDenial [static] | RosterEvent | ||
SUBSCRIPTION_REQUEST : String = subscriptionRequest [static] | RosterEvent | ||
SUBSCRIPTION_REVOCATION : String = subscriptionRevocation [static] | RosterEvent | ||
USER_ADDED : String = userAdded [static] | RosterEvent | ||
USER_AVAILABLE : String = userAvailable [static] | RosterEvent | ||
USER_PRESENCE_UPDATED : String = userPresenceUpdated [static] | RosterEvent | ||
USER_REMOVED : String = userRemoved [static] | RosterEvent | ||
USER_SUBSCRIPTION_UPDATED : String = userSubscriptionUpdated [static] | RosterEvent | ||
USER_UNAVAILABLE : String = userUnavailable [static] | RosterEvent |
data | property |
data:*
Data can be of type:
Presence
RosterItemVO
public function get data():*
public function set data(value:any):void
See also
jid | property |
jid:UnescapedJID
public function get jid():UnescapedJID
public function set jid(value:UnescapedJID):void
RosterEvent | () | Constructor |
public function RosterEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
type:String | |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
|
clone | () | method |
override public function clone():Event
ReturnsEvent |
toString | () | method |
override public function toString():String
ReturnsString |
ROSTER_LOADED | Constant |
public static const ROSTER_LOADED:String = rosterLoaded
SUBSCRIPTION_DENIAL | Constant |
public static const SUBSCRIPTION_DENIAL:String = subscriptionDenial
SUBSCRIPTION_REQUEST | Constant |
public static const SUBSCRIPTION_REQUEST:String = subscriptionRequest
SUBSCRIPTION_REVOCATION | Constant |
public static const SUBSCRIPTION_REVOCATION:String = subscriptionRevocation
USER_ADDED | Constant |
public static const USER_ADDED:String = userAdded
USER_AVAILABLE | Constant |
public static const USER_AVAILABLE:String = userAvailable
USER_PRESENCE_UPDATED | Constant |
public static const USER_PRESENCE_UPDATED:String = userPresenceUpdated
USER_REMOVED | Constant |
public static const USER_REMOVED:String = userRemoved
USER_SUBSCRIPTION_UPDATED | Constant |
public static const USER_SUBSCRIPTION_UPDATED:String = userSubscriptionUpdated
USER_UNAVAILABLE | Constant |
public static const USER_UNAVAILABLE:String = userUnavailable