T - the type of the data that changed and that has to be written back
to the original data source.public abstract class WriteBackHandler<T>
extends java.lang.Object
| Constructor and Description |
|---|
WriteBackHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract WritableDataReader |
createDataSource(T observable)
createDataSource is called by DataFX when a previous retrieved Observable
has changed.
|
public abstract WritableDataReader createDataSource(T observable)
observable - the (observable) object that has changed