de.yourinspiration.jexpresso.StarterCallback Maven / Gradle / Ivy
package de.yourinspiration.jexpresso;
/**
* Callback handler that is called after the server has started.
*
* @author Marcel Härle
*
*/
public interface StarterCallback {
/**
* Callback method.
*/
void handle();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy