Module java.desktop

Interface MouseWheelListener

    • Method Summary

      Modifier and Type Method Description
      void mouseWheelMoved​(MouseWheelEvent e)
      Invoked when the mouse wheel is rotated.
    • Method Detail

      • mouseWheelMoved

        void mouseWheelMoved​(MouseWheelEvent e)
        Invoked when the mouse wheel is rotated.
        Parameters:
        e - the event to be processed
        See Also:
        MouseWheelEvent