Package org.apache.subversion.javahl
Interface ISVNRepos.MessageReceiver
- All Known Subinterfaces:
SVNAdmin.MessageReceiver
- Enclosing interface:
- ISVNRepos
public static interface ISVNRepos.MessageReceiver
interface to receive the messages
-
Method Summary
Modifier and Type Method Description void
receiveMessageLine(String message)
receive one message line
-
Method Details
-
receiveMessageLine
receive one message line- Parameters:
message
- one line of message
-