Package org.apache.subversion.javahl
Interface ISVNRepos.MessageReceiver
- Enclosing interface:
- ISVNRepos
public static interface ISVNRepos.MessageReceiver
interface to receive the messages
-
Method Summary
Modifier and TypeMethodDescriptionvoid
receiveMessageLine
(java.lang.String message) receive one message line
-
Method Details
-
receiveMessageLine
void receiveMessageLine(java.lang.String message) receive one message line- Parameters:
message
- one line of message
-