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