org.extex.interpreter.observer.load
Interface LoadObserver
- All Known Implementing Classes:
- LoadObserverList
public interface LoadObserver
This interface describes the ability to receive a notification just after
a format has been loaded.
- Version:
- $Revision:4499 $
- Author:
- Gerd Neugebauer
|
Method Summary |
void |
update(Context context)
This method is meant to be invoked just after the format load has
occurred. |
update
void update(Context context)
throws InterpreterException
- This method is meant to be invoked just after the format load has
occurred.
- Parameters:
context - the new interpreter context
- Throws:
InterpreterException - in case of an error