Class MouseWheelAction
java.lang.Object
ghidra.framework.main.logviewer.event.MouseWheelAction
- All Implemented Interfaces:
MouseWheelListener
,EventListener
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.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MouseWheelAction
-
-
Method Details
-
mouseWheelMoved
- Specified by:
mouseWheelMoved
in interfaceMouseWheelListener
-