T - the type of the table recordspublic class TableDataUpdatedEvent<T> extends Object implements TableEvent
| Modifier and Type | Field and Description |
|---|---|
static String |
DATA_UPDATED
A constant string to define a unique type for this event
|
| Constructor and Description |
|---|
TableDataUpdatedEvent(List<T> data,
int totalCount) |
public static final String DATA_UPDATED
Copyright © 2019–2022 Dominokit. All rights reserved.