Interface CommitCallback
public interface CommitCallback
This interface is used to receive commit information from APIs which
generate such.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
commitInfo
(CommitInfo info) The method will be called for every commit
-
Method Details
-
commitInfo
The method will be called for every commit- Parameters:
info
- the commit info for this commit
-