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

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

public interface WheelScrollUpHandler
extends EventHandler

Handler interface for WheelScrollUpEvents.

Author:
Maryanovsky Alexander

Method Summary
 void onWheelScrollUp(WheelScrollUpEvent evt)
          Invoked when the mouse wheel is scrolled up.
 

Method Detail

onWheelScrollUp

void onWheelScrollUp(WheelScrollUpEvent evt)
Invoked when the mouse wheel is scrolled up.