de.dante.extex.scanner.stream.observer.string
Interface OpenStringObserver

All Known Implementing Classes:
OpenStringObserverList

public interface OpenStringObserver

This interface describes the ability to receive a notification just after a new string-based stream has been opened.

Version:
$Revision: 1.3 $
Author:
Gerd Neugebauer

Method Summary
 void update(java.lang.CharSequence string)
          This method is meant to be invoked just after a new string based-stream has been opened.
 

Method Detail

update

public void update(java.lang.CharSequence string)
This method is meant to be invoked just after a new string based-stream has been opened.

Parameters:
string - the contents to be processed