|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GeolocationService
Instances of GeolocationService allow to retrieve the current geolocation for SIP Communicator. You need to use this interface in order to implements geolocation services like GPS, GeoIP, etc...
| Method Summary | |
|---|---|
void |
addGeolocationListener(GeolocationListener listener)
Registers a listener that would get notifications any time the provider geolocation was succesfully refreshed. |
Map<String,String> |
getCurrentGeolocation()
Returns the Geolocation currently set for the provider |
void |
removeGeolocationListener(GeolocationListener listener)
Remove a listener that would get notifications any time the provider geolocation was succesfully refreshed. |
| Method Detail |
|---|
Map<String,String> getCurrentGeolocation()
void addGeolocationListener(GeolocationListener listener)
listener - the ProviderGeolocationPresenceListener to
registervoid removeGeolocationListener(GeolocationListener listener)
listener - the ProviderGeolocationPresenceListener to
remove
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||