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

express.ExpressListener Maven / Gradle / Ivy

The newest version!
package express;

/**
 * @author Simon Reinisch
 * Listener for express actions
 */
public interface ExpressListener {
    void action();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy