Interface MouseWheelHandler

All Superinterfaces:
EventHandler
All Known Implementing Classes:
HandlesAllMouseEvents, ListenerWrapper.WrappedMouseWheelListener

public interface MouseWheelHandler extends EventHandler
Handler interface for MouseWheelEvent events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when MouseWheelEvent is fired.
  • Method Details

    • onMouseWheel

      void onMouseWheel(MouseWheelEvent event)
      Called when MouseWheelEvent is fired.
      Parameters:
      event - the MouseWheelEvent that was fired