org.extex.interpreter.observer.start
Interface StartObserver
- All Known Implementing Classes:
- StartObserverList
public interface StartObserver
This interface describes the ability to receive a notification just after
the engine has been started.
- Version:
- $Revision: 4728 $
- Author:
- Gerd Neugebauer
|
Method Summary |
void |
update(Interpreter interpreter)
This method is meant to be invoked just after the start has occurred. |
update
void update(Interpreter interpreter)
throws HelpingException
- This method is meant to be invoked just after the start has occurred.
- Parameters:
interpreter - the interpreter to be started
- Throws:
HelpingException - in case of an error