Uses of Class
com.rs.seagull.emulator.api.TableScrollException
-
-
Uses of TableScrollException in com.rs.seagull.emulator.api
Methods in com.rs.seagull.emulator.api that throw TableScrollException Modifier and Type Method Description void
Table. visitRows(Table.RowVisitor visitor, boolean includeBlankRows, boolean forUpdate, Runnable eachPage)
Call the RowVisitor for each row in the table.void
Table. visitRows(Table.RowVisitor visitor, boolean includeBlankRows, Runnable eachPage)
Call the RowVisitor for each row in the table.
-