Interface ChangelistCallback
-
- All Known Subinterfaces:
ChangelistCallback
public interface ChangelistCallbackThis interface is used to receive every status item for theISVNClient.status(java.lang.String, org.apache.subversion.javahl.types.Depth, boolean, boolean, boolean, boolean, java.util.Collection<java.lang.String>, org.apache.subversion.javahl.callback.StatusCallback)call.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoChangelist(java.lang.String path, java.lang.String changelist)the method will be called for each status item
-