protected class BridgeContext.DOMNodeInsertedEventListener
extends java.lang.Object
implements org.w3c.dom.events.EventListener
| Constructor and Description |
|---|
DOMNodeInsertedEventListener()
Creates a new DOMNodeInsertedEventListener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(org.w3c.dom.events.Event evt)
Handles 'DOMNodeInserted' event type.
|