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, getUI
getSource, isFromClient, unregisterListener
toString
public DetachEvent(Component source)
source
- the component that was detachedCopyright © 2023. All rights reserved.