editor.util.IDisposable Maven / Gradle / Ivy
package editor.util;
public interface IDisposable
{
/**
* Dispose any resources, caches, etc, that support this component.
*/
public void dispose();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy