Class MouseWheelAction
- java.lang.Object
-
- ghidra.framework.main.logviewer.event.MouseWheelAction
-
- All Implemented Interfaces:
java.awt.event.MouseWheelListener,java.util.EventListener
public class MouseWheelAction extends java.lang.Object implements java.awt.event.MouseWheelListenerInvoked 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.
-
-
Constructor Summary
Constructors Constructor Description MouseWheelAction(FVEventListener eventListener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmouseWheelMoved(java.awt.event.MouseWheelEvent e)
-
-
-
Constructor Detail
-
MouseWheelAction
public MouseWheelAction(FVEventListener eventListener)
-
-