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

Method Summary
 void receiveLoaded(Context context, TokenSource source, Typesetter typesetter)
          Receive a notification on the loading of a context.
 

Method Detail

receiveLoaded

void receiveLoaded(Context context,
                   TokenSource source,
                   Typesetter typesetter)
                   throws HelpingException
Receive a notification on the loading of a context.

Parameters:
context - the interpreter context
source - the source for new tokens
typesetter - the typesetter
Throws:
HelpingException - in case of an error