Uses of Class
rocks.xmpp.extensions.geoloc.GeoLocationEvent
-
Packages that use GeoLocationEvent Package Description rocks.xmpp.extensions.geoloc Provides classes for XEP-0080: User Location. -
-
Uses of GeoLocationEvent in rocks.xmpp.extensions.geoloc
Method parameters in rocks.xmpp.extensions.geoloc with type arguments of type GeoLocationEvent Modifier and Type Method Description void
GeoLocationManager. addGeoLocationListener(Consumer<GeoLocationEvent> geoLocationListener)
Adds a listener, which allows to listen for geo location changes.void
GeoLocationManager. removeGeoLocationListener(Consumer<GeoLocationEvent> geoLocationListener)
Removes a previously added geo location listener.
-