org.extex.interpreter.unit
Interface StartableUnit
public interface StartableUnit
This interface describes a unit which needs to be started. The start method
should be invoked at the end of the loading process.
- Version:
- $Revision: 5631 $
- Author:
- Gerd Neugebauer
start
void start(Context context,
TokenSource source,
Typesetter typesetter)
throws InterpreterException
- Perform a start operation.
- Parameters:
context - the interpreter contextsource - the source for new tokenstypesetter - the typesetter
- Throws:
InterpreterException - in case of an error