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

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • update

      void update()