Class DetachEvent

All Implemented Interfaces:
Serializable

public class DetachEvent extends AbstractAttachDetachEvent
Event fired before a Component is detached from the UI.

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

Since:
1.0
See Also:
  • Constructor Details

    • DetachEvent

      public DetachEvent(Component source)
      Creates a new detach event with the given component as source.
      Parameters:
      source - the component that was detached