public interface RevisionInfoListener extends NotificationListener
GitClient
.
When a revision is processed by a git command, that object's
notifyRevisionInfo
method is invoked.NotificationListener
Modifier and Type | Method and Description |
---|---|
void |
notifyRevisionInfo(GitRevisionInfo revisionInfo)
Invoked when a revision is processed by a certain git command.
|
void notifyRevisionInfo(GitRevisionInfo revisionInfo)
revisionInfo
- git revision info