org.extex.interpreter.context.observer.load
Interface LoadedObserver
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- OmegaUnitInfo, PdftexUnitInfo, 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:4399 $
- Author:
- Gerd Neugebauer
receiveLoaded
void receiveLoaded(Context context,
TokenSource source,
Typesetter typesetter)
throws HelpingException
- Receive a notification on the loading of a context.
- Parameters:
context - the interpreter contextsource - the source for new tokenstypesetter - the typesetter
- Throws:
HelpingException - in case of an error