EventListenerprotected static class SVGImageElementBridge.ForwardEventListener extends java.lang.Object implements EventListener
| Modifier and Type | Field | Description |
|---|---|---|
protected org.w3c.dom.Element |
imgElement |
The image element.
|
protected org.w3c.dom.Element |
svgElement |
The root element of the SVG image.
|
| Constructor | Description |
|---|---|
ForwardEventListener(org.w3c.dom.Element svgElement,
org.w3c.dom.Element imgElement) |
Constructs a new
ForwardEventListener |
| Modifier and Type | Method | Description |
|---|---|---|
void |
handleEvent(Event e) |
This method is called whenever an event occurs of the event type for
which the
EventListener interface was registered. |
protected org.w3c.dom.Element svgElement
protected org.w3c.dom.Element imgElement
public ForwardEventListener(org.w3c.dom.Element svgElement,
org.w3c.dom.Element imgElement)
ForwardEventListenerpublic void handleEvent(Event e)
EventListenerEventListener interface was registered.handleEvent in interface EventListenere - The Event contains contextual information
about the event.Copyright ? 2018 Apache Software Foundation. All Rights Reserved.