public interface WatchedCallback
| Modifier and Type | Method and Description |
|---|---|
void |
fileAdded(java.io.File file) |
void |
fileDeleted(java.io.File file) |
void |
fileModified(java.io.File file) |
void fileModified(java.io.File file)
throws java.lang.Exception
java.lang.Exceptionvoid fileDeleted(java.io.File file)
throws java.lang.Exception
java.lang.Exceptionvoid fileAdded(java.io.File file)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2010-2018 JmxTrans team. All Rights Reserved.