Class TableEvent.RequestInsertRow
-
- All Implemented Interfaces:
public final class TableEvent.RequestInsertRow<T extends Object> extends TableEvent.RowTriggered<T>
-
-
Field Summary
Fields Modifier and Type Field Description private final Trowprivate final TableEvent.InsertPositionposition
-
Constructor Summary
Constructors Constructor Description TableEvent.RequestInsertRow(T row, TableEvent.InsertPosition position)
-
Method Summary
Modifier and Type Method Description TgetRow()final TableEvent.InsertPositiongetPosition()-
-
Constructor Detail
-
TableEvent.RequestInsertRow
TableEvent.RequestInsertRow(T row, TableEvent.InsertPosition position)
-
-
Method Detail
-
getPosition
final TableEvent.InsertPosition getPosition()
-
-
-
-