API Reference 0.3.24dart_web_toolkit_eventMouseWheelHandler

MouseWheelHandler abstract class

Handler interface for {@link MouseWheelEvent} events.

abstract class MouseWheelHandler extends EventHandler {

 /**
  * Called when MouseWheelEvent is fired.
  *
  * @param event the {@link MouseWheelEvent} that was fired
  */
 void onMouseWheel(MouseWheelEvent event);

}

Extends

EventHandler > MouseWheelHandler

Subclasses

AllMouseHandlersAdapter, MouseWheelHandlerAdapter

Methods

abstract void onMouseWheel(MouseWheelEvent event) #

Called when MouseWheelEvent is fired.

@param event the {@link MouseWheelEvent} that was fired