Package rocks.xmpp.extensions.geoloc
Class GeoLocationEvent
- java.lang.Object
-
- java.util.EventObject
-
- rocks.xmpp.extensions.geoloc.GeoLocationEvent
-
- All Implemented Interfaces:
Serializable
public final class GeoLocationEvent extends EventObject
This event notifies listeners, when a geo location has been updated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoLocation
getGeoLocation()
Gets the geo location.Jid
getPublisher()
Gets the publisher, who published his or her new geo location.-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Method Detail
-
getGeoLocation
public GeoLocation getGeoLocation()
Gets the geo location.- Returns:
- The geo location.
-
getPublisher
public Jid getPublisher()
Gets the publisher, who published his or her new geo location.- Returns:
- The publisher.
-
-