Class MouseWheelAction

java.lang.Object
ghidra.framework.main.logviewer.event.MouseWheelAction
All Implemented Interfaces:
MouseWheelListener, EventListener

public class MouseWheelAction extends Object implements 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.