|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SystemFileListener
This is a custom listener used to track single file in file system.
Method Summary | |
---|---|
void |
modified(java.io.File file)
Informs that tracked file was modified. |
void |
unbound(java.io.File file)
Informs that tracked file was deleted, renamed or moved and cannot be tracked anymore. |
Method Detail |
---|
void modified(java.io.File file)
file
- tracked filevoid unbound(java.io.File file)
file
- tracked file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |