- Type Parameters:
T
- the type of the object to store
- All Superinterfaces:
- CharmObservable, javafx.beans.Observable, javafx.beans.value.ObservableObjectValue<T>, javafx.beans.value.ObservableValue<T>
public interface CharmObservableObject<T>
extends CharmObservable, javafx.beans.value.ObservableObjectValue<T>
A CharmObservableObject is an ObservableObject that is linked with a storage system.
Depending on the synchronization parameters that are passed while creating the instance,
changes to this object will be sent to the storage system, or changes on the storage
system will be sent back to this object.
- See Also:
StorageService.retrieveObject(String, Class, StorageWhere, SyncFlag...)