org.apache.subversion.javahl.callback
Interface CommitCallback


public interface CommitCallback

This interface is used to receive commit information from APIs which generate such.


Method Summary
 void commitInfo(CommitInfo info)
          The method will be called for every commit
 

Method Detail

commitInfo

void commitInfo(CommitInfo info)
The method will be called for every commit

Parameters:
info - the commit info for this commit