org.tigris.subversion.javahl
Interface ChangelistCallback
public interface ChangelistCallback
This interface is used to receive every status item for
the SVNClientInterface.status call.
Method Summary |
void |
doChangelist(java.lang.String path,
java.lang.String changelist)
the method will be called for each status item |
doChangelist
void doChangelist(java.lang.String path,
java.lang.String changelist)
- the method will be called for each status item
- Parameters:
path
- the path of the objectchangelist
- the changelist it belongs to