Uses of Interface
org.eclipse.nebula.widgets.geomap.GeoMapListener
-
Packages that use GeoMapListener Package Description org.eclipse.nebula.widgets.geomap -
-
Uses of GeoMapListener in org.eclipse.nebula.widgets.geomap
Fields in org.eclipse.nebula.widgets.geomap with type parameters of type GeoMapListener Modifier and Type Field Description private java.util.List<GeoMapListener>
GeoMap. geoMapListeners
Methods in org.eclipse.nebula.widgets.geomap with parameters of type GeoMapListener Modifier and Type Method Description void
GeoMap. addGeoMapListener(GeoMapListener listener)
Adds a GeoMapListener, that will be notified of changes to the position and zoom levelvoid
GeoMap. removeGeoMapListener(GeoMapListener listener)
Removes a GeoMapListener, so it no longer will be notified of changes to the position and zoom level
-