Package org.eclipse.draw2d
Interface MouseWheelListener
public interface MouseWheelListener
A listener interface for receiving mouse wheel events.
- Since:
- 3.20
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when the mouse wheel is scrolled over the listened to object.
-
Method Details
-
mouseWheelMoved
Called when the mouse wheel is scrolled over the listened to object.- Parameters:
me
- The MouseEvent object
-