protected static class SVGImageElementBridge.ForwardEventListener extends Object implements EventListener
Modifier and Type | Field and Description |
---|---|
protected Element |
imgElement
The image element.
|
protected Element |
svgElement
The root element of the SVG image.
|
Constructor and Description |
---|
ForwardEventListener(Element svgElement,
Element imgElement)
Constructs a new
ForwardEventListener |
Modifier and Type | Method and 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 Element svgElement
protected Element imgElement
public void handleEvent(Event e)
EventListener
EventListener
interface was registered.handleEvent
in interface EventListener
e
- The Event
contains contextual information
about the event.Copyright © 2000–2023 Apache Software Foundation. All rights reserved.