|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExecutorLog
A log for an Executor.
| Method Summary | |
|---|---|
void |
cancelled()
Notify that the operation has been cancelled |
void |
done()
Notify that the operation has been completed successfully The result will have been displayed in the default HTMLViewer. |
void |
done(MIMEObject result)
Notify that the operation has been completed successfully and pass the result of the operation |
void |
elapsed(long millisecs)
Notify the time elapsed since the start of the operation |
void |
err(Exception exception)
Notify that an exception took place during the execution and that the execution is terminated |
| Method Detail |
|---|
void elapsed(long millisecs)
millisecs - the time in millisecondsvoid err(Exception exception)
exception - the exceptionvoid cancelled()
void done(MIMEObject result)
result - the result of the performed operationvoid done()
|
Nesstar SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||