de.dante.extex.interpreter.observer.eof
Interface EofObserver

All Known Implementing Classes:
EofObserverList

public interface EofObserver

This interface describes the ability to receive a notification just before a token is expanded.

Version:
$Revision: 1.2 $
Author:
Gerd Neugebauer

Method Summary
 void update()
          This method is meant to be invoked just before a token is expanded.
 

Method Detail

update

public void update()
This method is meant to be invoked just before a token is expanded.