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

org.analogweb.Disposable Maven / Gradle / Ivy

The newest version!
package org.analogweb;

/**
 * @author snowgoose
 */
public interface Disposable {

    /**
     * Dispose all the states.
     */
    void dispose();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy