Interface ViewLoadObserver

All Known Implementing Classes:
OfflineTaskGroup.TaskGroupWorker

public interface ViewLoadObserver
Class for tansfering data about adata load precess.
Author:
Doug Gillespie
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Ask the load observer if loading should be stopped.
    void
    sayProgress(int state, long loadStart, long loadEnd, long lastTime, int nLoaded)
    Report progress back to the load observer
  • Method Details

    • sayProgress

      void sayProgress(int state, long loadStart, long loadEnd, long lastTime, int nLoaded)
      Report progress back to the load observer
      Parameters:
      state - LoadQueueProgressData.STATE_LINKINGSUBTABLE, STATE_LOADING or STATE_DONE
      loadStart -
      loadEnd -
      lastTime -
      nLoaded -
      See Also:
    • cancelLoad

      boolean cancelLoad()
      Ask the load observer if loading should be stopped.
      Returns: