org.netbeans.libs.git/1 1.1

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

Method Summary
 void notifyRevisionInfo(GitRevisionInfo revisionInfo)
          Invoked when a revision is processed by a certain git command.
 

Method Detail

notifyRevisionInfo

void notifyRevisionInfo(GitRevisionInfo revisionInfo)
Invoked when a revision is processed by a certain git command.


org.netbeans.libs.git/1 1.1

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.