com.kinvey.java.core.AsyncExecutor<T> |
This interface defines an async implementation that can be notified. As async execution occurs in a background thread, this interface provides a mechanism for notifying the calling thread.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
notify(T object)
An event has occured in a background thread that needs to be delegated to the calling thread.
|
An event has occured in a background thread that needs to be delegated to the calling thread.
object | the message |
---|