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

com.github.panhongan.utils.control.Lifecycleable Maven / Gradle / Ivy

package com.github.panhongan.utils.control;

public interface Lifecycleable {

	boolean init();

	void uninit();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy