All Downloads are FREE. Search and download functionalities are using the official Maven repository.

delight.async.helper.Aggregator Maven / Gradle / Ivy

Go to download

Asynchronous utilities for Java and GWT applications. Includes a simple promise implementation for Java.

There is a newer version: 0.1.5
Show newest version
package delight.async.helper;

import delight.async.callbacks.ValueCallback;

public interface Aggregator {

    public ValueCallback createCallback();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy