Package com.flora.db

Interface FloraDB.SyncedDataManager<T>

Type Parameters:
T -
Enclosing class:
FloraDB

public static interface FloraDB.SyncedDataManager<T>
An interface that is used to update a list or a object in the database.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(T object)
     
  • Method Details

    • update

      void update(T object)