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