R - Тип строкиC - Тип колонкиV - Тип значенияpublic static class Table.ValueChagnedEvent<R,C,V> extends Table.Event<R,C,V>
| Modifier and Type | Field and Description |
|---|---|
protected C |
column |
protected R |
row |
protected V |
value |
table| Constructor and Description |
|---|
ValueChagnedEvent(Table<R,C,V> table,
R row,
C column,
V value) |
| Modifier and Type | Method and Description |
|---|---|
C |
getColumn() |
R |
getRow() |
V |
getValue() |
getTableCopyright © 2017. All rights reserved.