Class VisibilityChangedEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public final class VisibilityChangedEvent
    extends java.util.EventObject
    An event indicating that the visibility of the layer has changed.
    Since:
    100.9.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
      Layer getSource()
      Gets the Layer 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 Layer getSource()
        Gets the Layer that raised the event.
        Overrides:
        getSource in class java.util.EventObject
        Returns:
        the Layer instance that fired the event
        Since:
        100.9.0