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.Callbackpublic void finished(DeployShell shell)
finished in interface DeployCommand.Callbackpublic void exception(java.lang.Exception e,
             DeployShell shell)
exception in interface DeployCommand.Callback