|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileSystemMonitor
| Method Summary | |
|---|---|
void |
addListener(FileSystemListener fileListener)
|
void |
dispose()
Disposing all the collections of objects I have created along the path, which are, listeners, files and of course the time. |
java.io.File |
getFile()
|
java.lang.String |
getWildCard()
|
boolean |
isPaused()
|
boolean |
isRunning()
Check if FileSystemMonitor is running |
void |
pause()
|
void |
removeListener(FileSystemListener fileListener)
|
void |
reset()
|
void |
start()
Start the file monitor polling. |
void |
stop()
Stop the file monitor polling. |
| Method Detail |
|---|
void start()
void stop()
void pause()
void reset()
boolean isRunning()
FileSystemMonitor is running
boolean isPaused()
void dispose()
java.io.File getFile()
java.lang.String getWildCard()
void addListener(FileSystemListener fileListener)
void removeListener(FileSystemListener fileListener)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||