de.dante.extex.interpreter.observer.stop
Interface StopObserver

All Known Implementing Classes:
StopObserverList

public interface StopObserver

This interface describes the ability to receive a notification just before the engine is stopping.

Version:
$Revision: 1.2 $
Author:
Gerd Neugebauer

Method Summary
 void update(Interpreter interpreter)
          This method is meant to be invoked just before the engine is stopping.
 

Method Detail

update

public void update(Interpreter interpreter)
This method is meant to be invoked just before the engine is stopping.

Parameters:
interpreter - the interpreter to be stopped