Class IconUpdatedEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public final class IconUpdatedEvent
    extends java.util.EventObject
    An event to be fired when the icon of a KmlNode has been updated.
    Since:
    100.4.0
    See Also:
    KmlNode, Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      KmlNode getSource()
      Gets the KmlNode that raised the event.
      • Methods inherited from class java.util.EventObject

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getSource

        public KmlNode getSource()
        Gets the KmlNode that raised the event.
        Overrides:
        getSource in class java.util.EventObject
        Returns:
        the KmlNode instance that fired the event
        Since:
        100.4.0