public interface StatusListener extends NotificationListener
GitClient
.
When a file is processed and its status is identified by a git command,
that object's notifyStatus
method is invoked.NotificationListener
Modifier and Type | Method and Description |
---|---|
void |
notifyStatus(GitStatus status)
Invoked when a file is processed and its status is identified.
|
void notifyStatus(GitStatus status)