Class MouseWheelAction

  • All Implemented Interfaces:
    java.awt.event.MouseWheelListener, java.util.EventListener

    public class MouseWheelAction
    extends java.lang.Object
    implements java.awt.event.MouseWheelListener
    Invoked when the user scrolls the mouse wheel either up or down. In this case we need to fire off an event telling the viewport (or any other subscribers) that a scroll needs to happen.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void mouseWheelMoved​(java.awt.event.MouseWheelEvent e)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MouseWheelAction

        public MouseWheelAction​(FVEventListener eventListener)
    • Method Detail

      • mouseWheelMoved

        public void mouseWheelMoved​(java.awt.event.MouseWheelEvent e)
        Specified by:
        mouseWheelMoved in interface java.awt.event.MouseWheelListener