|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.bridge.SVGImageElementBridge.ForwardEventListener
protected static class SVGImageElementBridge.ForwardEventListener
A simple DOM listener to forward events from the SVG image document to the original document.
Field Summary | |
---|---|
protected Element |
imgElement
The image element. |
protected Element |
svgElement
The root element of the SVG image. |
Constructor Summary | |
---|---|
SVGImageElementBridge.ForwardEventListener(Element svgElement,
Element imgElement)
Constructs a new ForwardEventListener |
Method Summary | |
---|---|
void |
handleEvent(Event e)
This method is called whenever an event occurs of the event type for which the EventListener interface was registered. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Element svgElement
protected Element imgElement
Constructor Detail |
---|
public SVGImageElementBridge.ForwardEventListener(Element svgElement, Element imgElement)
ForwardEventListener
Method Detail |
---|
public void handleEvent(Event e)
EventListener
EventListener
interface was registered.
handleEvent
in interface EventListener
e
- The Event
contains contextual information
about the event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |