de.dante.extex.interpreter.context.observer.load
Interface LoadedObserver
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- TexUnitInfo
- public interface LoadedObserver
- extends java.io.Serializable
This interface describes the ability to receive a notification about the
loading of a context.
- Version:
- $Revision: 1.2 $
- Author:
- Gerd Neugebauer
receiveLoaded
public void receiveLoaded(Context context,
TokenSource source)
throws InterpreterException
- Receive a notification on the loading of a context.
- Parameters:
context
- the interpreter contextsource
- the source for new tokens
- Throws:
InterpreterException
- in case of a problem