protected class SVG12BridgeContext.EventListenerWrapper extends Object implements EventListener
Modifier and Type | Field and Description |
---|---|
protected EventListener |
listener
The wrapped listener.
|
Constructor and Description |
---|
EventListenerWrapper(EventListener l)
Creates a new EventListenerWrapper.
|
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(Event evt)
Handles the event.
|
String |
toString()
String representation of this listener wrapper.
|
protected EventListener listener
public EventListenerWrapper(EventListener l)
public void handleEvent(Event evt)
handleEvent
in interface EventListener
evt
- The Event
contains contextual information
about the event.Copyright © 2000–2023 Apache Software Foundation. All rights reserved.