Package rocks.xmpp.extensions.reach
Class ReachabilityEvent
- java.lang.Object
-
- java.util.EventObject
-
- rocks.xmpp.extensions.reach.ReachabilityEvent
-
- All Implemented Interfaces:
Serializable
public final class ReachabilityEvent extends EventObject
This event notifies listeners, when a contact's reachability has changed.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JidgetContact()Gets the contact, who changed reachability.List<Address>getReachabilityAddresses()Gets the reachability addresses.-
Methods inherited from class java.util.EventObject
getSource, toString
-
-