public class DetachEvent extends AbstractAttachDetachEvent
Component is detached from the UI.
When a hierarchy of components is being detached, this event is fired child-first.
source| Constructor and Description |
|---|
DetachEvent(Component source)
Creates a new detach event with the given component as source.
|
getSession, getUIgetSource, isFromClient, unregisterListenertoStringpublic DetachEvent(Component source)
source - the component that was detachedCopyright © 2025. All rights reserved.