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() |
toString
public ElementAttachEvent(Element source)
source
- the element that was attachedpublic Element getSource()
getSource
in class EventObject
Copyright © 2025. All rights reserved.