Class ElementDetachEvent

  • All Implemented Interfaces:
    Serializable

    public class ElementDetachEvent
    extends EventObject
    Event fired after an element has been detached from the UI.

    When a hierarchy of elements is being detached, this event is fired child-first.

    Since:
    1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • ElementDetachEvent

        public ElementDetachEvent​(Element source)
        Creates a new detach event with the given element as source.
        Parameters:
        source - the element that was detached