public static class SVGUseElementBridge.CursorMouseOverListener extends Object implements EventListener
| Modifier and Type | Field and Description |
|---|---|
protected BridgeContext |
ctx |
| Constructor and Description |
|---|
CursorMouseOverListener(BridgeContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(Event evt)
This method is called whenever an event occurs of the event type for
which the
EventListener interface was registered. |
protected BridgeContext ctx
public CursorMouseOverListener(BridgeContext ctx)
public void handleEvent(Event evt)
EventListenerEventListener interface was registered.handleEvent in interface EventListenerevt - The Event contains contextual information
about the event.Copyright © 2000–2017 Apache Software Foundation. All rights reserved.