|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface SAgentFileManager.Callback
The callback for firing the completion of an operation or the error.
| Method Summary | |
|---|---|
void |
error(java.lang.String reason)
Is called in case of error. |
void |
success(java.io.File file)
Is called in case of success. |
| Method Detail |
|---|
void error(@NotNull
java.lang.String reason)
reason - error reason
void success(@NotNull
java.io.File file)
file - local file (or directory) requested
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||