Package com.rs.seagull.emulator.api
Interface Table.RowVisitor
- Enclosing interface:
- Table
public static interface Table.RowVisitor
A RowVisitor is called for each row. See visitRows().
-
Method Summary
-
Method Details
-
visit
Called for each row. Return true if the visitRows should continue, false to stop the visiting.- Parameters:
row
- the row being visited- Returns:
- true if the visiting should continue, false to stop it.
-