|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.bridge.svg12.SVG12BridgeContext.EventListenerWrapper
protected class SVG12BridgeContext.EventListenerWrapper
Wrapper for DOM event listeners so that they will see only original events (i.e., not retargetted).
Field Summary | |
---|---|
protected EventListener |
listener
The wrapped listener. |
Constructor Summary | |
---|---|
SVG12BridgeContext.EventListenerWrapper(EventListener l)
Creates a new EventListenerWrapper. |
Method Summary | |
---|---|
void |
handleEvent(Event evt)
Handles the event. |
java.lang.String |
toString()
String representation of this listener wrapper. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected EventListener listener
Constructor Detail |
---|
public SVG12BridgeContext.EventListenerWrapper(EventListener l)
Method Detail |
---|
public void handleEvent(Event evt)
handleEvent
in interface EventListener
evt
- The Event
contains contextual information
about the event.public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |