Interface ISVNReturnValueCallback
-
public interface ISVNReturnValueCallback
- Version:
- 1.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleChar(char ch)
void
handleReturnValue(int returnValue)
boolean
isHandleProgramOutput()
-
-
-
Method Detail
-
handleReturnValue
void handleReturnValue(int returnValue) throws SVNException
- Throws:
SVNException
-
handleChar
void handleChar(char ch) throws SVNException
- Throws:
SVNException
-
isHandleProgramOutput
boolean isHandleProgramOutput()
-
-