Uses of Class
rocks.xmpp.extensions.reach.ReachabilityEvent
-
Packages that use ReachabilityEvent Package Description rocks.xmpp.extensions.reach Provides classes for XEP-0152: Reachability Addresses. -
-
Uses of ReachabilityEvent in rocks.xmpp.extensions.reach
Method parameters in rocks.xmpp.extensions.reach with type arguments of type ReachabilityEvent Modifier and Type Method Description void
ReachabilityManager. addReachabilityListener(Consumer<ReachabilityEvent> reachabilityListener)
Adds a reachability listener, which allows to listen for reachability updates.void
ReachabilityManager. removeReachabilityListener(Consumer<ReachabilityEvent> reachabilityListener)
Removes a previously added reachability listener.
-