Class TLcyGenericMapManagerEvent<S extends ILcdView,T extends ILcdLayer>

java.lang.Object
java.util.EventObject
com.luciad.lucy.map.TLcyGenericMapManagerEvent<S,T>
All Implemented Interfaces:
Serializable

public class TLcyGenericMapManagerEvent<S extends ILcdView,T extends ILcdLayer> extends EventObject
Event fired when a TLcyGeneralMapManager is changed. Current changes involve the addition and the removal of a ILcyGenericMapComponent
See Also:
  • Field Details

    • MAP_COMPONENT_ADDED

      public static final int MAP_COMPONENT_ADDED
      Indicates that a ILcyGenericMapComponent was added.
      See Also:
    • MAP_COMPONENT_REMOVED

      public static final int MAP_COMPONENT_REMOVED
      Indicates that a ILcyGenericMapComponent was removed.
      See Also:
  • Constructor Details

  • Method Details

    • getMapManager

      public TLcyGenericMapManager<S,T> getMapManager()
      Returns the ILcyGeneralMapManager set in the constructor.
      Returns:
      the ILcyGeneralMapManager set in the constructor.
    • getMapComponent

      public ILcyGenericMapComponent<S,T> getMapComponent()
      Returns the ILcyGenericMapComponent set in the constructor.
      Returns:
      the ILcyGenericMapComponent set in the constructor.
    • getId

      public int getId()
      Gets the id of the event.
      Returns:
      the id of the event. Must be one of the following: MAP_COMPONENT_ADDED or MAP_COMPONENT_REMOVED.