![JAR search and dependency download from the Maven repository](/logo.png)
com.github.yoojia.next.KernelManager Maven / Gradle / Ivy
package com.github.yoojia.next;
/**
* @author YOOJIA.CHEN ([email protected])
* @version 2015-10-14
*/
interface KernelManager {
void onStarts();
void onStops();
void onPrepares();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy