public static class RosterModule.ItemAddedHandler.ItemAddedEvent extends JaxmppEvent<RosterModule.ItemAddedHandler>
sessionObject| Constructor and Description |
|---|
ItemAddedEvent(SessionObject sessionObject,
RosterItem currentItem,
Set<String> modifiedGroups) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(RosterModule.ItemAddedHandler handler)
Invokes handlers method.
|
RosterItem |
getItem() |
Set<String> |
getModifiedGroups() |
void |
setItem(RosterItem item) |
void |
setModifiedGroups(Set<String> modifiedGroups) |
getSessionObjectpublic ItemAddedEvent(SessionObject sessionObject, RosterItem currentItem, Set<String> modifiedGroups)
public void dispatch(RosterModule.ItemAddedHandler handler)
Eventdispatch in class Event<RosterModule.ItemAddedHandler>handler - handlerpublic RosterItem getItem()
public void setItem(RosterItem item)
Copyright © 2006–2020 Tigase. All rights reserved.