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

lt.repl.CtrlCHandler Maven / Gradle / Ivy

package lt.repl;

/**
 * handle ctrl-c (INT) event
 */
public interface CtrlCHandler {
        void handle();

        void onAlert(Runnable alert);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy