Interface ProgressComponent.Listener<T>

All Known Implementing Classes:
ProgressDialog
Enclosing class:
ProgressComponent<T>

public static interface ProgressComponent.Listener<T>
  • Method Details

    • exceptionThrown

      void exceptionThrown(Throwable exception)
    • done

      void done(T result)
    • cancelled

      void cancelled()