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

com.speedment.runtime.welcome.HasOnWelcome Maven / Gradle / Ivy

package com.speedment.runtime.welcome;

@FunctionalInterface
public interface HasOnWelcome {

    /**
     * This method is invoked by Speedment upon start.
     */
    void onWelcome();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy