![JAR search and dependency download from the Maven repository](/logo.png)
cn.joylau.commons.file.callback.CanExitCallBack Maven / Gradle / Ivy
/*******************************************************************************
* Copyright (c) 2017 by JoyLau. All rights reserved
******************************************************************************/
package cn.joylau.commons.file.callback;
/**
* Created by JoyLau on 4/17/2017.
* cn.joylau.commons.file.callback
* [email protected]
*/
public interface CanExitCallBack {
default void exit() {
}
default boolean isExit() {
return false;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy