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

org.javasimon.console.SimonVisitor Maven / Gradle / Ivy

There is a newer version: 4.2.0
Show newest version
package org.javasimon.console;

import java.io.IOException;

import org.javasimon.Simon;

/**
 * Callback interface used when visiting Simon manager and it Simons.
 *
 * @see SimonVisitors
 * @author gquintana
 */
public interface SimonVisitor {

	void visit(Simon simon) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy