Uses of Class
rocks.xmpp.im.roster.RosterEvent
-
Packages that use RosterEvent Package Description rocks.xmpp.im.roster Provides classes for roster management. -
-
Uses of RosterEvent in rocks.xmpp.im.roster
Method parameters in rocks.xmpp.im.roster with type arguments of type RosterEvent Modifier and Type Method Description voidRosterManager. addRosterListener(Consumer<RosterEvent> rosterListener)Adds a roster listener, which will get notified, whenever the roster changes.voidRosterManager. removeRosterListener(Consumer<RosterEvent> rosterListener)Removes a previously added roster listener.
-