- Type Parameters:
E
- the type of the elements inside this list
- All Superinterfaces:
- CharmObservable, java.util.Collection<E>, java.lang.Iterable<E>, java.util.List<E>, javafx.beans.Observable, javafx.collections.ObservableList<E>
public interface CharmObservableList<E>
extends CharmObservable, javafx.collections.ObservableList<E>
A CharmObservableList is an ObservableList that is linked with a storage system.
Depending on the synchronization parameters that are passed while creating the instance,
changes to this list will be sent to the storage system, or changes on the storage
system will be sent back to this list.
- See Also:
StorageService.retrieveList(String, Class, StorageWhere, SyncFlag...)