Interface Updatable
- All Known Subinterfaces:
ListModel<E>
- All Known Implementing Classes:
BaseListModel
public interface Updatable
Ability to update view. Mostly used to update element in list view in list-detail view pattern.
-
Method Summary
-
Method Details
-
update
void update()
-