Interface LocationDisplay.LocationChangedListener
-
- Enclosing class:
- LocationDisplay
public static interface LocationDisplay.LocationChangedListenerDefines methods that are called when the Location of a LocationDisplay changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonLocationChanged(LocationDisplay.LocationChangedEvent location)Called when the Location of a LocationDisplay has changed.
-
-
-
Method Detail
-
onLocationChanged
void onLocationChanged(LocationDisplay.LocationChangedEvent location)
Called when the Location of a LocationDisplay has changed.- Parameters:
location- event indicating the new Location and the LocationDisplay that raised the event- Since:
- 100.0.0
-
-