Package org.apache.batik.bridge.svg12
Class SVG12BridgeContext.EventListenerWrapper
- java.lang.Object
-
- org.apache.batik.bridge.svg12.SVG12BridgeContext.EventListenerWrapper
-
- All Implemented Interfaces:
org.w3c.dom.events.EventListener
- Enclosing class:
- SVG12BridgeContext
protected static class SVG12BridgeContext.EventListenerWrapper extends java.lang.Object implements org.w3c.dom.events.EventListener
Wrapper for DOM event listeners so that they will see only original events (i.e., not retargetted).
-
-
Field Summary
Fields Modifier and Type Field Description protected org.w3c.dom.events.EventListener
listener
The wrapped listener.
-
Constructor Summary
Constructors Constructor Description EventListenerWrapper(org.w3c.dom.events.EventListener l)
Creates a new EventListenerWrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleEvent(org.w3c.dom.events.Event evt)
Handles the event.java.lang.String
toString()
String representation of this listener wrapper.
-
-
-
Method Detail
-
handleEvent
public void handleEvent(org.w3c.dom.events.Event evt)
Handles the event.- Specified by:
handleEvent
in interfaceorg.w3c.dom.events.EventListener
-
toString
public java.lang.String toString()
String representation of this listener wrapper.- Overrides:
toString
in classjava.lang.Object
-
-