|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcpptools.FileObserverComposite
public final class FileObserverComposite
Provides a composite for file observers.
| Constructor Summary | |
|---|---|
FileObserverComposite()
|
|
| Method Summary | |
|---|---|
void |
changed(java.lang.String filename)
Specify the file being processed. |
void |
register(FileObserver observer)
Add a file observer to the composite. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileObserverComposite()
| Method Detail |
|---|
public void register(FileObserver observer)
observer - the observer to addpublic void changed(java.lang.String filename)
changed in interface FileObserverfilename - the name of the fle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||