public interface HubDeployStatusListener
| Modifier and Type | Method and Description |
|---|---|
void |
onError()
Method to execute when the listener throws an error
|
void |
onStatusChange(int percentComplete,
java.lang.String message)
Sets the status change with a message
|
void onStatusChange(int percentComplete,
java.lang.String message)
percentComplete - - percentage (out of 100) completed in integermessage - - the string message to be passed with this thresholdvoid onError()