tigase.jaxmpp.core.client.xmpp.modules.roster
Class RosterModule.RosterEvent

java.lang.Object
  extended by tigase.jaxmpp.core.client.observer.BaseEvent
      extended by tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.RosterEvent
All Implemented Interfaces:
Serializable
Enclosing class:
RosterModule

public static class RosterModule.RosterEvent
extends BaseEvent

See Also:
Serialized Form

Nested Class Summary
static class RosterModule.RosterEvent.ChangeAction
           
 
Method Summary
 Set<String> getChangedGroups()
           
 RosterItem getItem()
           
 
Methods inherited from class tigase.jaxmpp.core.client.observer.BaseEvent
getSessionObject, getType, isHandled, setHandled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChangedGroups

public Set<String> getChangedGroups()

getItem

public RosterItem getItem()


Copyright © 2006-2012 Tigase. All Rights Reserved.