
com.dev9.mvnwatcher.event.PathEventSubscriber Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of watcher-maven-plugin Show documentation
Show all versions of watcher-maven-plugin Show documentation
Maven Plugin to watch file system changes and automatically restart builds
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