Class KmlNodeBalloonVisibilityChangedEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public final class KmlNodeBalloonVisibilityChangedEvent
    extends java.util.EventObject
    An event to be fired when a Kml node's balloon visibility is changed during a KML tour execution.
    Since:
    100.5.0
    See Also:
    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 getNode()
      Gets the KML node whose balloon visibility has changed.
      KmlDataset getSource()  
      boolean isBalloonVisible()
      Gets the balloon visibility.
      • 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 KmlDataset getSource()
        Overrides:
        getSource in class java.util.EventObject
      • getNode

        public KmlNode getNode()
        Gets the KML node whose balloon visibility has changed.
        Returns:
        the KML node
        Since:
        100.5.0
      • isBalloonVisible

        public boolean isBalloonVisible()
        Gets the balloon visibility.
        Returns:
        the balloon visibility
        Since:
        100.5.0