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

de.yourinspiration.jexpresso.core.StarterCallback Maven / Gradle / Ivy

Go to download

A java web framework inspired by expressjs to build java web application with minimal effort

There is a newer version: 1.4.2
Show newest version
package de.yourinspiration.jexpresso.core;

/**
 * Callback handler that is called after the server has started.
 *
 * @author Marcel Härle
 */
public interface StarterCallback {

    /**
     * Callback method.
     */
    void handle();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy