|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KDirWatchSignals
Method Summary | |
---|---|
void |
created(java.lang.String path)
Emitted when a file or directory is created. |
void |
deleted(java.lang.String path)
Emitted when a file or directory is deleted. |
void |
dirty(java.lang.String path)
Emitted when a watched object is changed. |
Method Detail |
---|
void dirty(java.lang.String path)
path
- the path of the file or directoryvoid created(java.lang.String path)
path
- the path of the file or directoryvoid deleted(java.lang.String path)
path
- the path of the file or directory
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |