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

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

Method Detail

receiveLoaded

public void receiveLoaded(Context context,
                          TokenSource source)
                   throws InterpreterException
Receive a notification on the loading of a context.

Parameters:
context - the interpreter context
source - the source for new tokens
Throws:
InterpreterException - in case of a problem