Interface CommitCallback
-
public interface CommitCallback
This interface is used to receive commit information from APIs which generate such.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-