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

org.ferris.journal.gui.model.OperationObserver Maven / Gradle / Ivy

package org.ferris.journal.gui.model;

public interface OperationObserver 
{
	/**
	 * An operation has been performed, let's do something
	 */
	public void performingOperation(String description);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy