org.netbeans.libs.git/1 1.1

org.netbeans.libs.git.progress
Interface StatusListener

All Superinterfaces:
EventListener, NotificationListener

public interface StatusListener
extends NotificationListener

The listener interface for receiving notifications triggered when a file's status is processed by a certain git commands (e.g. the status command). The class that is interested in further processing such a notification implements this interface and registers itself with an instance of GitClient. When a file is processed and its status is identified by a git command, that object's notifyStatus method is invoked.

See Also:
NotificationListener

Method Summary
 void notifyStatus(GitStatus status)
          Invoked when a file is processed and its status is identified.
 

Method Detail

notifyStatus

void notifyStatus(GitStatus status)
Invoked when a file is processed and its status is identified.


org.netbeans.libs.git/1 1.1

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