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

edu.cmu.tetradapp.util.FinalizingEditor Maven / Gradle / Ivy

There is a newer version: 7.6.6
Show 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
 */
public interface FinalizingEditor {
    boolean finalizeEditor();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy