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