Interface SAgentFileManager.Callback
-
- All Known Implementing Classes:
DefaultCallback
- Enclosing interface:
- SAgentFileManager
public static interface SAgentFileManager.CallbackThe callback for firing the completion of an operation or the error.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiderror(String reason)Is called in case of error.voidsuccess(File file)Is called in case of success.
-