|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.batik.bridge.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)
| Method Detail |
public void handleEvent(Event e)
EventListenerEventListener interface was registered.
handleEvent in interface EventListenere - The Event contains contextual information
about the event.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||