Interface RemoteChangeListener


public interface RemoteChangeListener
Callback to notify View about object change
  • Method Details

    • onUpdate

      void onUpdate(DataCollectionObject object)
      Called when data collection object updated.
      Parameters:
      object - data collection object
    • onDelete

      void onDelete(long id)
      Called when data collection object is deleted
      Parameters:
      id - data collection object ID
    • onStatusChange

      void onStatusChange(long id, DataCollectionObjectStatus status)
      Called when state of data collection object was changed
      Parameters:
      id - data collection object ID
      status - new status of data collection object