Interface WheelEvent

All Superinterfaces:
Event, MouseEvent, UIEvent
All Known Implementing Classes:
WheelEventImpl

public interface WheelEvent extends MouseEvent
The WheelEvent interface represents events that occur due to the user moving a mouse wheel or similar input device.
See Also: