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

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