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.RowVisitorModifier and TypeMethodDescriptionvoidTable.visitRows(Table.RowVisitor visitor, boolean includeBlankRows, boolean forUpdate, Runnable eachPage) Call the RowVisitor for each row in the table.voidTable.visitRows(Table.RowVisitor visitor, boolean includeBlankRows, Runnable eachPage) Call the RowVisitor for each row in the table.