Class DbViewportAdjustmentListener

java.lang.Object
com.illumon.iris.console.events.DbViewportAdjustmentListener
All Implemented Interfaces:
ViewportAdjuster, AdjustmentListener, ComponentListener, EventListener

public class DbViewportAdjustmentListener
extends Object
implements ViewportAdjuster, AdjustmentListener, ComponentListener
Listens to our scroll pane that contains a GuiTable so that we know how the viewport changes as the user scrolls up and down; we need to pass that adjustment onto the table model we've got so the server-side knows our viewport has been modified.