Interface AsyncTouchCallback

All Known Implementing Classes:
CachingDataStore, CachingFDS

public interface AsyncTouchCallback
This interface defines callback methods to reflect the status of asynchronous touch.
  • Method Details

    • onSuccess

      void onSuccess(AsyncTouchResult result)
      Callback method for successful asynchronous touch.
    • onFailure

      void onFailure(AsyncTouchResult result)
      Callback method for failed asynchronous touch.
    • onAbort

      void onAbort(AsyncTouchResult result)
      Callback method for aborted asynchronous touch.