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