edu.cmu.tetradapp.util.FinalizingEditor Maven / Gradle / Ivy
The newest version!
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
* @version $Id: $Id
*/
public interface FinalizingEditor {
/**
* finalizeEditor.
*
* @return a boolean
*/
boolean finalizeEditor();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy