Package edu.umd.cs.findbugs.cloud
Interface Cloud.CloudTaskListener
-
- Enclosing interface:
- Cloud
public static interface Cloud.CloudTaskListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
taskFailed(java.lang.String message)
void
taskFinished()
void
taskStatusUpdated(java.lang.String statusLine, double percentCompleted)
-