![JAR search and dependency download from the Maven repository](/logo.png)
com.github.panhongan.util.control.Lifecycleable Maven / Gradle / Ivy
package com.github.panhongan.util.control;
public interface Lifecycleable {
public boolean init();
public void uninit();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy