org.apache.batik.bridge.svg12

Class SVG12BridgeContext.EventListenerWrapper

protected class SVG12BridgeContext.EventListenerWrapper extends Object implements EventListener

Wrapper for DOM event listeners so that they will see only original events (i.e., not retargetted).
Field Summary
protected EventListenerlistener
The wrapped listener.
Constructor Summary
EventListenerWrapper(EventListener l)
Creates a new EventListenerWrapper.
Method Summary
voidhandleEvent(Event evt)
Handles the event.
StringtoString()
String representation of this listener wrapper.

Field Detail

listener

protected EventListener listener
The wrapped listener.

Constructor Detail

EventListenerWrapper

public EventListenerWrapper(EventListener l)
Creates a new EventListenerWrapper.

Method Detail

handleEvent

public void handleEvent(Event evt)
Handles the event.

toString

public String toString()
String representation of this listener wrapper.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.