Interface | Description |
---|---|
ICallable |
It's a general-purpose interface that can be used to compute some work and return the results.
|
IResultCallback |
Implement this interface and pass to the
IMDApplication.runAsync(ICallable, IResultCallback)
to get informed when task has been finished. |