@FunctionalInterface
public static interface Datasource.StateChangeListener<T extends Entity>
| Modifier and Type | Method and Description |
|---|---|
void |
stateChanged(Datasource.StateChangeEvent<T> e)
Datasource state changed.
|
void stateChanged(Datasource.StateChangeEvent<T> e)