com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll
Interface HasAllWheelScrollHandlers

All Superinterfaces:
HasWheelScrollDownHandlers, HasWheelScrollUpHandlers
All Known Implementing Classes:
WheelScrollRecognizer

public interface HasAllWheelScrollHandlers
extends HasWheelScrollUpHandlers, HasWheelScrollDownHandlers

A convenience interface that includes all mouse wheel scroll handlers.

Author:
Maryanovsky Alexander

Method Summary
 
Methods inherited from interface com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.HasWheelScrollUpHandlers
addWheelScrollUpHandler
 
Methods inherited from interface com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.HasWheelScrollDownHandlers
addWheelScrollDownHandler