Package tigase.xmpp.impl.roster
Class RosterAbstract.RosterModifiedEvent
- java.lang.Object
-
- tigase.server.xmppsession.UserSessionEvent
-
- tigase.server.xmppsession.UserSessionEventWithProcessorResultWriter
-
- tigase.xmpp.impl.roster.RosterAbstract.RosterModifiedEvent
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RosterAbstract
public static class RosterAbstract.RosterModifiedEvent extends UserSessionEventWithProcessorResultWriter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RosterModifiedEvent()RosterModifiedEvent(JID sender, JID userJid, XMPPSession session, RosterElement rosterElement)RosterModifiedEvent(JID sender, JID userJid, XMPPSession session, JID jid, RosterAbstract.SubscriptionType subscription)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getGroups()JIDgetJid()StringgetName()RosterAbstract.SubscriptionTypegetSubscription()-
Methods inherited from class tigase.server.xmppsession.UserSessionEventWithProcessorResultWriter
getPacketWriter, setPacketWriter
-
Methods inherited from class tigase.server.xmppsession.UserSessionEvent
getSender, getSession, getUserJid, setSession
-
-
-
-
Constructor Detail
-
RosterModifiedEvent
public RosterModifiedEvent()
-
RosterModifiedEvent
public RosterModifiedEvent(JID sender, JID userJid, XMPPSession session, RosterElement rosterElement)
-
RosterModifiedEvent
public RosterModifiedEvent(JID sender, JID userJid, XMPPSession session, JID jid, RosterAbstract.SubscriptionType subscription)
-
-
Method Detail
-
getJid
public JID getJid()
-
getName
public String getName()
-
getSubscription
public RosterAbstract.SubscriptionType getSubscription()
-
getGroups
public String[] getGroups()
-
-