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. |
notifyStatus
void notifyStatus(GitStatus status)
- Invoked when a file is processed and its status is identified.