delight.async.helper.Aggregator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of delight-async Show documentation
Show all versions of delight-async Show documentation
Asynchronous utilities for Java and GWT applications. Includes a simple promise implementation for Java.
package delight.async.helper;
import delight.async.callbacks.ValueCallback;
public interface Aggregator {
public ValueCallback createCallback();
}