Package org.apache.subversion.javahl.callback

Interface Summary
BlameCallback This interface is used to receive every single line for a file on a the ISVNClient.blame(java.lang.String, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Revision, boolean, boolean, org.apache.subversion.javahl.callback.BlameCallback) call.
ChangelistCallback This interface is used to receive every status item for the ISVNClient.status(java.lang.String, org.apache.subversion.javahl.types.Depth, boolean, boolean, boolean, boolean, java.util.Collection, org.apache.subversion.javahl.callback.StatusCallback) call.
ClientNotifyCallback Subversion notification interface.
CommitCallback This interface is used to receive commit information from APIs which generate such.
CommitMessageCallback This is callback interface which has to implemented by the client to receive which files will be committed and to enter the log message.
ConflictResolverCallback The callback API used to handle conflicts encountered during merge/update/switch operations.
DiffSummaryCallback Subversion diff summarization interface.
InfoCallback This interface is used to retrieve info each result in a ISVNClient.info2(java.lang.String, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Depth, java.util.Collection, org.apache.subversion.javahl.callback.InfoCallback) call.
ListCallback This interface is used to receive every single line for a file on a the ISVNClient.blame(java.lang.String, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Revision, boolean, boolean, org.apache.subversion.javahl.callback.BlameCallback) call.
LogMessageCallback This interface is used to receive every log message for the log messages found by a ISVNClient.logMessages(java.lang.String, org.apache.subversion.javahl.types.Revision, java.util.List, boolean, boolean, boolean, java.util.Set, long, org.apache.subversion.javahl.callback.LogMessageCallback) call.
PatchCallback This interface is invoked before each patch in a ISVNClient.patch(java.lang.String, java.lang.String, boolean, int, boolean, boolean, boolean, org.apache.subversion.javahl.callback.PatchCallback) call.
ProgressCallback Subversion progress event interface.
ProplistCallback This interface is used to property lists for each path in a ISVNClient.properties(java.lang.String, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Depth, java.util.Collection, org.apache.subversion.javahl.callback.ProplistCallback) call.
ReposNotifyCallback Subversion notification interface.
StatusCallback This interface is used to receive every status item for the ISVNClient.status(java.lang.String, org.apache.subversion.javahl.types.Depth, boolean, boolean, boolean, boolean, java.util.Collection, org.apache.subversion.javahl.callback.StatusCallback) call.
UserPasswordCallback The interface for requesting authentication credentials from the user.