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

All Superinterfaces:
EventHandler
All Known Implementing Classes:
HandlesAllWheelScrollEvents, WheelScrollZoomAction

public interface WheelScrollDownHandler
extends EventHandler

Handler interface for WheelScrollDownEvents.

Author:
Maryanovsky Alexander

Method Summary
 void onWheelScrollDown(WheelScrollDownEvent evt)
          Invoked when the mouse wheel is scrolled down.
 

Method Detail

onWheelScrollDown

void onWheelScrollDown(WheelScrollDownEvent evt)
Invoked when the mouse wheel is scrolled down.