BowlerKernel
src
main
java
com
neuronrobotics
bowlerstudio
util
IFileChangeListener.java
Go to the documentation of this file.
1
package
com.neuronrobotics.bowlerstudio.util;
2
3
import
java.io.File;
4
import
java.nio.file.WatchEvent;
5
6
// TODO: Auto-generated Javadoc
18
public
interface
IFileChangeListener
{
19
26
public
void
onFileChange
(File fileThatChanged,WatchEvent event);
27
31
public
void
onFileDelete
(File fileThatIsDeleted);
32
33
}
com.neuronrobotics.bowlerstudio.util.IFileChangeListener
Definition:
IFileChangeListener.java:18
com.neuronrobotics.bowlerstudio.util.IFileChangeListener.onFileChange
void onFileChange(File fileThatChanged, WatchEvent event)
com.neuronrobotics.bowlerstudio.util.IFileChangeListener.onFileDelete
void onFileDelete(File fileThatIsDeleted)
Generated by
1.9.1