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

com.jamonapi.CopyJAMonListener Maven / Gradle / Ivy

There is a newer version: 2.82
Show newest version
package com.jamonapi;

/** A listener implements this interface if it also can act as a factory.  copy()
 * should return an exact copy of the JAMonListener
 * 
 * @author steve souza
 */
public interface CopyJAMonListener {
    public JAMonListener copy();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy