Uses of Interface
org.eclipse.nebula.widgets.geomap.internal.InternalGeoMapListener
-
Packages that use InternalGeoMapListener Package Description org.eclipse.nebula.widgets.geomap.internal org.eclipse.nebula.widgets.geomap.internal.geomapbrowser -
-
Uses of InternalGeoMapListener in org.eclipse.nebula.widgets.geomap.internal
Fields in org.eclipse.nebula.widgets.geomap.internal with type parameters of type InternalGeoMapListener Modifier and Type Field Description private java.util.List<InternalGeoMapListener>
GeoMapHelper. internalGeoMapListeners
Methods in org.eclipse.nebula.widgets.geomap.internal with parameters of type InternalGeoMapListener Modifier and Type Method Description void
GeoMapHelper. addInternalGeoMapListener(InternalGeoMapListener listener)
Adds an InternalGeoMapListener that will be notified about painting and cache updatesvoid
InternalGeoMap. addInternalGeoMapListener(InternalGeoMapListener listener)
Adds an InternalGeoMapListenervoid
GeoMapHelper. removeInternalGeoMapListener(InternalGeoMapListener listener)
Removes an InternalGeoMapListenervoid
InternalGeoMap. removeInternalGeoMapListener(InternalGeoMapListener listener)
Removes an InternalGeoMapListener -
Uses of InternalGeoMapListener in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser
Classes in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser that implement InternalGeoMapListener Modifier and Type Class Description class
InfoPage
-