|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
ipworks.XmppBuddyUpdateEvent
public class XmppBuddyUpdateEvent
This event is fired whenever a roster entry is updated.
The BuddyUpdate
event will fire whenever a new buddy list entry is
added or an old entry is updated. The updated information can be retrieved
through the Buddies
collection
property. The BuddyIdx parameter of this
event will be the index of that xmppbuddy
in the collection
.
Xmpp
,
Xmpp.BuddyUpdateEvent
,
Serialized FormField Summary | |
---|---|
int |
buddyIdx
|
Fields inherited from class java.util.EventObject |
---|
source |
Method Summary |
---|
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int buddyIdx
|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |