Uses of Class
com.luciad.lucy.map.TLcyGenericMapManagerEvent
Packages that use TLcyGenericMapManagerEvent
Package
Description
Contains a broad range of classes related to the visual represention of a map.
-
Uses of TLcyGenericMapManagerEvent in com.luciad.lucy.map
Methods in com.luciad.lucy.map with parameters of type TLcyGenericMapManagerEventModifier and TypeMethodDescriptionprotected void
TLcyGenericMapManager.fireMapManagerEvent
(TLcyGenericMapManagerEvent<S, T> aMapManagerEvent) Fires the given event to all associated listeners.void
ILcyGenericMapManagerListener.mapManagerChanged
(TLcyGenericMapManagerEvent<? extends S, ? extends T> aMapManagerEvent) This method will be invoked whenever theILcyGeneralMapManager
changes.