Interface ProgressTrackerListener

All Known Implementing Classes:
DefaultProgressListener, HtmlProgressListener

public interface ProgressTrackerListener
A ProgressTrackerListener can be provided by clients to receive messages and errors during operations.
  • Method Details

    • onMessage

      void onMessage(ProgressTrackerListener.Mode mode, String action, String path)
      Is called when a message is received.
      Parameters:
      mode - message mode
      action - action
      path - path or message the action was performed on
    • onError

      void onError(ProgressTrackerListener.Mode mode, String path, Exception e)
      Is called when an error is received.
      Parameters:
      mode - message mode
      path - path or message
      e - error