ManagedProcessListener

public interface ManagedProcessListener

Listener interface users can implement to get notified about process completion/failure.

Author

Neelesh Shastry

Functions

Link copied to clipboard
public abstract void onProcessComplete(int exitValue)
Called when a managed process terminates successfully.
Link copied to clipboard
public abstract void onProcessFailed(int exitValue, @Nullable() @Nullable() Throwable throwable)
Called when a managed process terminates abnormally or encounters an error.