public interface

AsyncExecutor

com.kinvey.java.core.AsyncExecutor<T>

Class Overview

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.

Summary

Public Methods
abstract void notify(T object)
An event has occured in a background thread that needs to be delegated to the calling thread.

Public Methods

public abstract void notify (T object)

An event has occured in a background thread that needs to be delegated to the calling thread.

Parameters
object the message