|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Observable
org.nees.util.Waiter
org.nees.util.FileWaiter
Waits for a file to come into existence.
| Constructor Summary | |
FileWaiter(java.io.File f,
long pollingInterval)
|
|
| Method Summary | |
boolean |
checkCondition()
Check the condition. |
| Methods inherited from class org.nees.util.Waiter |
startWaiting, stopWaiting, waitForCondition |
| Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FileWaiter(java.io.File f,
long pollingInterval)
f - a file that may not exist yet.| Method Detail |
public boolean checkCondition()
checkCondition in class Waiter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||