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