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

io.gs2.core.model.AsyncAction Maven / Gradle / Ivy

The newest version!
package io.gs2.core.model;

public interface AsyncAction {

    void callback(T result);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy