public static class DeployCommand.DefaultCallback extends java.lang.Object implements DeployCommand.Callback
Constructor and Description |
---|
DeployCommand.DefaultCallback() |
Modifier and Type | Method and Description |
---|---|
void |
exception(java.lang.Exception e,
DeployShell shell) |
void |
finished(DeployShell shell) |
void |
start(DeployShell shell) |
public void start(DeployShell shell)
start
in interface DeployCommand.Callback
public void finished(DeployShell shell)
finished
in interface DeployCommand.Callback
public void exception(java.lang.Exception e, DeployShell shell)
exception
in interface DeployCommand.Callback