|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.main.tex.FileOpenObserver
public class FileOpenObserver
This observer reports that a certain file has been opened.
According to the behavior of
| Constructor Summary | |
|---|---|
FileOpenObserver(java.util.logging.Logger theLogger)
Creates a new object. |
|
| Method Summary | |
|---|---|
void |
update(java.lang.String filename,
java.lang.String filetype,
java.io.InputStream stream)
This method is meant to be invoked just after a new file based stream has been opened. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileOpenObserver(java.util.logging.Logger theLogger)
theLogger - the logger to use| Method Detail |
|---|
public void update(java.lang.String filename,
java.lang.String filetype,
java.io.InputStream stream)
update in interface OpenFileObserverfilename - the name of the file to be openedfiletype - the type of the file to be opened. The type is resolved
via the configuration to a file name patternstream - the input stream to read fromOpenFileObserver.update(
java.lang.String,
java.lang.String,
java.io.InputStream)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||