de.dante.extex.interpreter.observer.streamClose
Interface StreamCloseObserver

All Known Implementing Classes:
FileCloseObserver, StreamCloseObserverList

public interface StreamCloseObserver

This interface describes the ability to receive a notification just before a stream is closed.

Version:
$Revision: 1.3 $
Author:
Gerd Neugebauer

Method Summary
 void update(TokenStream stream)
          This method is meant to be invoked just before a stream is closed.
 

Method Detail

update

public void update(TokenStream stream)
This method is meant to be invoked just before a stream is closed.

Parameters:
stream - the stream to be closed