public class ElementAttachEvent extends EventObject
When a hierarchy of elements is being attached, this event is fired child-first.
source| Constructor and Description |
|---|
ElementAttachEvent(Element source)
Creates a new attach event with the given element as source.
|
| Modifier and Type | Method and Description |
|---|---|
Element |
getSource() |
toStringpublic ElementAttachEvent(Element source)
source - the element that was attachedpublic Element getSource()
getSource in class EventObjectCopyright © 2025. All rights reserved.