public interface ProcessEventListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
default void |
processTerminated(int exitCode)
This method is invoked when git process is terminated
|
default void |
startFailed(java.lang.Throwable exception)
This method is invoked if starting git process failed with exception
|
default void processTerminated(int exitCode)
exitCode
- a exit codedefault void startFailed(java.lang.Throwable exception)
exception
- an exception