Uses of Interface
com.rs.seagull.emulator.api.Table.RowVisitor
-
-
Uses of Table.RowVisitor in com.rs.seagull.emulator.api
Methods in com.rs.seagull.emulator.api with parameters of type Table.RowVisitor 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.
-