Class VisibilityChangedEvent

  • All Implemented Interfaces:
    Serializable

    public final class VisibilityChangedEvent
    extends EventObject
    An event indicating that the visibility of the layer has changed.
    Since:
    100.9.0
    See Also:
    Serialized Form
    • Method Detail

      • getSource

        public Layer getSource()
        Gets the Layer that raised the event.
        Overrides:
        getSource in class EventObject
        Returns:
        the Layer instance that fired the event
        Since:
        100.9.0