|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bibalex.daf.handlers.filehandler.FileHandlerObserver
org.bibalex.daf.handlers.filehandler.ConsoleFileHandlerObserver
public class ConsoleFileHandlerObserver
This is a File Handler Console Observer,
| Constructor Summary | |
|---|---|
ConsoleFileHandlerObserver()
|
|
| Method Summary | |
|---|---|
void |
update(java.util.Observable o,
FileHandlerObservedObject fileHandlerObservedObject)
Prints into the console, the file handling actions, whatever the operation. |
| Methods inherited from class org.bibalex.daf.handlers.filehandler.FileHandlerObserver |
|---|
update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsoleFileHandlerObserver()
| Method Detail |
|---|
public void update(java.util.Observable o,
FileHandlerObservedObject fileHandlerObservedObject)
update in class FileHandlerObservero - Observable object, used if this observer is used for more than one observable.fileHandlerObservedObject - the argument passed from the FileHandler
to the observer, contains the Operation, the local and remote paths.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||