com.supermap.mapping

Class LayerEvent

  • java.lang.Object
    • java.util.EventObject
      • com.supermap.mapping.LayerEvent
    • Constructor Summary

      Constructors 
      Constructor and Description
      LayerEvent(java.lang.Object source, Layer layer)
      Constructs an object of the LayerEvent class according to specified parameters.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Layer getLayer()
      Returns the layer object.
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LayerEvent

        public LayerEvent(java.lang.Object source,
                          Layer layer)
        Constructs an object of the LayerEvent class according to specified parameters.
        Parameters:
        source - The object that initiated the event.
        layer - Layer collection object.
    • Method Detail

      • getLayer

        public Layer getLayer()
        Returns the layer object.
        Returns:
        Layer object.