Uses of Interface
org.eclnt.util.log.IObserver
Packages that use IObserver
Package
Description
-
Uses of IObserver in org.eclnt.jsfserver.defaultscreens
Classes in org.eclnt.jsfserver.defaultscreens that implement IObserverModifier and TypeClassDescriptionclass
Object that is passed back to the application - the application can add messages from its long running processing.Methods in org.eclnt.jsfserver.defaultscreens that return IObserverMethods in org.eclnt.jsfserver.defaultscreens with parameters of type IObserverModifier and TypeMethodDescriptionvoid
ObserverPopup.LongPollerObserver.setDelegate
(IObserver delegate) The using application might add an additionIObserver
instance to which the methodsObserverPopup.LongPollerObserver.start(Object)
,ObserverPopup.LongPollerObserver.end(Object)
andObserverPopup.LongPollerObserver.addMessage(String)
are delegated. -
Uses of IObserver in org.eclnt.jsfserver.polling
Methods in org.eclnt.jsfserver.polling that return IObserver -
Uses of IObserver in org.eclnt.util.file
Methods in org.eclnt.util.file with parameters of type IObserverModifier and TypeMethodDescriptionstatic void
FileManager.copyDirectory
(String fromDirectory, String toDirectory, String[] ignoreNames, boolean withError, IObserver observer) FileCrawler.crawl
(List<String> directories, List<String> searchTexts, List<String> fileNameFilters, IObserver observer) static void
FileManager.updateDirectory
(String fromDirectory, String toDirectory, String[] ignoreNames, boolean withError, IObserver observer) Copies the files from the fromDirectory into the toDirectory - but only copies these files which are newer in the fromDirectory than in the toDirectory. -
Uses of IObserver in org.eclnt.util.log
Classes in org.eclnt.util.log that implement IObserver