|
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 GeolocationListener
An event listener that should be implemented by parties interested in changes that occur in the state of a ProtocolProvider.
| Method Summary | |
|---|---|
void |
providerStatusChanged(LocalPositionChangeEvent evt)
The method is called by a ProtocolProvider implementation whenever a change in the Geolocation of the corresponding provider had occurred. |
void |
providerStatusMessageChanged(PropertyChangeEvent evt)
The method is called by a ProtocolProvider implementation whenever a change in the status message of the corresponding provider has occurred and has been confirmed by the server. |
| Method Detail |
|---|
void providerStatusChanged(LocalPositionChangeEvent evt)
evt - ProviderGeolocationPresenceChangeEvent the event describing
the status change.void providerStatusMessageChanged(PropertyChangeEvent evt)
evt - a PropertyChangeEvent with a STATUS_MESSAGE property name,
containing the old and new Geolocation.
|
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 | |||||||||