|
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 | |||||||||
java.lang.Objectjava.util.EventObject
java.beans.PropertyChangeEvent
net.java.sip.communicator.service.geolocation.event.LocalPositionChangeEvent
public class LocalPositionChangeEvent
Instances of this class represent a change in the Geolocation of the provider that triggerred them.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
LocalPositionChangeEvent(ProtocolProviderService source,
Map oldValue,
Map newValue)
Creates an event instance indicating a change of the property specified by eventType from oldValue to newValue. |
|
| Method Summary | |
|---|---|
Map |
getNewGeolocation()
Returns the Geolocation of the provider after this event took place. |
Map |
getOldGeolocation()
Returns the Geolocation of the provider before this event took place. |
ProtocolProviderService |
getProvider()
Returns the provider that has genereted this event |
String |
toString()
Returns a String representation of this LocalPositionChangeEvent |
| Methods inherited from class java.beans.PropertyChangeEvent |
|---|
getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LocalPositionChangeEvent(ProtocolProviderService source,
Map oldValue,
Map newValue)
source - the provider that generated the eventoldValue - the Geolocation the source provider was int before entering
the new state.newValue - the Geolocation the source provider is currently in.| Method Detail |
|---|
public ProtocolProviderService getProvider()
public Map getOldGeolocation()
public Map getNewGeolocation()
public String toString()
toString in class EventObject
|
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 | |||||||||