org.netbeans.libs.git.progress
Interface RevisionInfoListener
- All Superinterfaces:
- EventListener, NotificationListener
public interface RevisionInfoListener
- extends NotificationListener
The listener interface for receiving notifications triggered when a git
revision is processed by a certain git commands (e.g. the log command).
The class that is interested in further processing such a revision
implements this interface and registers itself with an instance
of GitClient.
When a revision is processed by a git command, that object's
notifyRevisionInfo method is invoked.
- See Also:
NotificationListener
notifyRevisionInfo
void notifyRevisionInfo(GitRevisionInfo revisionInfo)
- Invoked when a revision is processed by a certain git command.