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

simple.server.core.engine.Task Maven / Gradle / Ivy

The newest version!
package simple.server.core.engine;

public interface Task {

    void execute(T object);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy