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

edu.cmu.sphinx.instrumentation.Monitor Maven / Gradle / Ivy

The newest version!
/*
 * Monitor.java
 *
 * Created on February 22, 2007, 5:41 PM
 *
 * Copyright 1999-2004 Carnegie Mellon University.  
 * Portions Copyright 2004 Sun Microsystems, Inc.  
 * Portions Copyright 2004-2007 Mitsubishi Electric Research Laboratories.
 * Portions Copyright 2007 Harvard Extension Schoool, Harvard University
 * All Rights Reserved.  Use is subject to license terms.
 * 
 * See the file "license.terms" for information on usage and
 * redistribution of this file, and for a DISCLAIMER OF ALL 
 * WARRANTIES.
 *
 */

package edu.cmu.sphinx.instrumentation;

import edu.cmu.sphinx.util.props.Configurable;

/**
 * Common empty interface for Configurable monitors
 *
 * @author Ariani
 */
public interface Monitor extends Configurable {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy