public static class RosterModule.ItemUpdatedHandler.ItemUpdatedEvent extends tigase.jaxmpp.core.client.eventbus.JaxmppEvent<RosterModule.ItemUpdatedHandler>
| Constructor and Description |
|---|
ItemUpdatedEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
RosterItem currentItem,
RosterModule.Action action,
Set<String> modifiedGroups) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(RosterModule.ItemUpdatedHandler handler) |
RosterModule.Action |
getChangeAction() |
RosterItem |
getItem() |
Set<String> |
getModifiedGroups() |
void |
setChangeAction(RosterModule.Action action) |
void |
setItem(RosterItem item) |
void |
setModifiedGroups(Set<String> modifiedGroups) |
public ItemUpdatedEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
RosterItem currentItem,
RosterModule.Action action,
Set<String> modifiedGroups)
public void dispatch(RosterModule.ItemUpdatedHandler handler)
dispatch in class tigase.jaxmpp.core.client.eventbus.Event<RosterModule.ItemUpdatedHandler>public RosterModule.Action getChangeAction()
public void setChangeAction(RosterModule.Action action)
public RosterItem getItem()
public void setItem(RosterItem item)
Copyright © 2006–2022 Tigase. All rights reserved.