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

com.dev9.mvnwatcher.event.DirectoryEventWatcher Maven / Gradle / Ivy

package com.dev9.mvnwatcher.event;

import java.io.IOException;

/**
 * Created by IntelliJ IDEA.
 * User: bbejeck
 * Date: 2/15/12
 * Time: 10:29 PM
 */

public interface DirectoryEventWatcher {
    void start() throws IOException;

    boolean isRunning();

    void stop();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy