Class GeoElementValidityChangedEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PopupManager getSource()
      Gets the PopupManager that issued this 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
    • Constructor Detail

      • GeoElementValidityChangedEvent

        public GeoElementValidityChangedEvent​(PopupManager source)
        Constructs a new instance of this class.
        Parameters:
        source - the PopupManager which fired the event
        Since:
        100.0.0
    • Method Detail

      • getSource

        public PopupManager getSource()
        Gets the PopupManager that issued this event.
        Overrides:
        getSource in class java.util.EventObject
        Returns:
        the PopupManager that issued this event
        Since:
        100.0.0