Package org.apache.batik.gvt.event
Interface GraphicsNodeMouseWheelListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
SVG12BridgeEventSupport.Listener
The listener interface for receiving graphics node mouse wheel events.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when the mouse wheel has been moved.
-
Method Details
-
mouseWheelMoved
Invoked when the mouse wheel has been moved.- Parameters:
evt
- the graphics node mouse event
-