Package com.rs.seagull.emulator.api
Interface Table.ScrollAction
-
- Enclosing interface:
- Table
public static interface Table.ScrollAction
A 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 void
scroll()
Perform a scroll action.
-