Interface StatusCallback


public interface StatusCallback
This interface is used to receive every status item for the SVNClientInterface.status call.
  • Method Summary

    Modifier and Type Method Description
    void doStatus​(Status status)
    the method will be called for each status item
  • Method Details

    • doStatus

      void doStatus​(Status status)
      the method will be called for each status item
      Parameters:
      status - the status object