public static class SVGAElementBridge.CursorMouseOutListener extends Object implements EventListener
Modifier and Type | Field and Description |
---|---|
protected SVGAElementBridge.CursorHolder |
holder |
protected UserAgent |
userAgent |
Constructor and Description |
---|
CursorMouseOutListener(UserAgent ua,
SVGAElementBridge.CursorHolder ch) |
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(Event evt)
This method is called whenever an event occurs of the event type for
which the
EventListener interface was registered. |
protected UserAgent userAgent
protected SVGAElementBridge.CursorHolder holder
public CursorMouseOutListener(UserAgent ua, SVGAElementBridge.CursorHolder ch)
public void handleEvent(Event evt)
EventListener
EventListener
interface was registered.handleEvent
in interface EventListener
evt
- The Event
contains contextual information
about the event.Copyright © 2000–2023 Apache Software Foundation. All rights reserved.