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

org.noos.xing.mydoggy.itest.Tracer Maven / Gradle / Ivy

package org.noos.xing.mydoggy.itest;

/**
 * @author Angelo De Caro ([email protected])
 */
public interface Tracer {

    void start();

    void stop();

    interface Emitter {

        void emit(String text);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy