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

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

The newest version!
package com.dev9.mvnwatcher.event;

/**
 * Created by IntelliJ IDEA.
 * User: bbejeck
 * Date: 2/20/12
 * Time: 12:44 PM
 */

public interface PathEventSubscriber {

    void handlePathEvents(PathEventContext pathEventContext);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy