Package com.rs.seagull.emulator.api
Interface Table.ScrollAction
-
- Enclosing interface:
- Table
public static interface Table.ScrollActionA Scroll action is invoked when a table iterator (e.g. visitRows) has reached the end of a page of rows.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidscroll()Perform a scroll action.
-