Package org.tigris.subversion.javahl
Interface StatusCallback
public interface StatusCallback
This interface is used to receive every status item for
the SVNClientInterface.status call.
-
Method Details
-
doStatus
the method will be called for each status item- Parameters:
status
- the status object
-