org.apache.batik.bridge
protected static class SVGImageElementBridge.ForwardEventListener extends java.lang.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 |
---|
SVGImageElementBridge.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 ? 2008 Apache Software Foundation. All Rights Reserved.