Class KmlNodeRefreshStatusChangedEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public final class KmlNodeRefreshStatusChangedEvent
    extends java.util.EventObject
    An event to be fired when a Kml node's refresh status changes.
    Since:
    100.4.0
    See Also:
    Serialized Form
    • Method Detail

      • getSource

        public KmlDataset getSource()
        Overrides:
        getSource in class java.util.EventObject
      • getNode

        public KmlNode getNode()
        Gets the KML node whose refresh status has changed.
        Returns:
        the KML node
        Since:
        100.4.0
      • getRefreshStatus

        public KmlNode.RefreshStatus getRefreshStatus()
        Gets the refresh status.
        Returns:
        the refresh status
        Since:
        100.4.0