protected static class SVGImageElementBridge.ForwardEventListener extends java.lang.Object implements EventListener
| Modifier and Type | Field and Description |
|---|---|
protected org.w3c.dom.Element |
imgElement
The image element.
|
protected org.w3c.dom.Element |
svgElement
The root element of the SVG image.
|
| Constructor and Description |
|---|
SVGImageElementBridge.ForwardEventListener(org.w3c.dom.Element svgElement,
org.w3c.dom.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 org.w3c.dom.Element svgElement
protected org.w3c.dom.Element imgElement
public SVGImageElementBridge.ForwardEventListener(org.w3c.dom.Element svgElement,
org.w3c.dom.Element imgElement)
public void handleEvent(Event e)
EventListenerEventListener interface was registered.handleEvent in interface EventListenere - The Event contains contextual information
about the event.Copyright ? 2009 Apache Software Foundation. All Rights Reserved.