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 Detail

      • 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