edu.cmu.tetradapp.util.FinalizingEditor Maven / Gradle / Ivy
package edu.cmu.tetradapp.util;
/**
* Actions an editor needs to perform before closing. If it's OK to close the finalizeEditor method will return true;
* otherwise, false.
*
* @author josephramsey
*/
public interface FinalizingEditor {
boolean finalizeEditor();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy