Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.protocol.event
Interface GeolocationListener

All Superinterfaces:
EventListener

public interface GeolocationListener
extends EventListener

The listener interface for receiving geolocation events. The class that is interested in processing a geolocation event implements this interface, and the object created with that class is registered with the geolocation operation set, using its addGeolocationListener method. When a geolocation event occurs, that object's contactGeolocationChanged method is invoked.

Author:
Guillaume Schreiner
See Also:
GeolocationEvent

Method Summary
 void contactGeolocationChanged(GeolocationEvent evt)
          Called whenever a change occurs in the GeolocationPresence of one of the contacts that we have subscribed for.
 

Method Detail

contactGeolocationChanged

void contactGeolocationChanged(GeolocationEvent evt)
Called whenever a change occurs in the GeolocationPresence of one of the contacts that we have subscribed for.

Parameters:
evt - the ContactGeolocationPresenceChangeEvent describing the status change.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.