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

org.guppy4j.run.Startable Maven / Gradle / Ivy

The newest version!
package org.guppy4j.run;

/**
 * A startable object
 */
public interface Startable {

    void start();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy