org.extex.typesetter
Interface ParagraphObserver


public interface ParagraphObserver

This interface describes the capability of a class to act as callback handler to be invoked when a paragraph is complete.

Version:
$Revision$
Author:
Gerd Neugebauer

Method Summary
 void atParagraph(NodeList nodes)
          Callback to be invoked when a paragraph is complete.
 

Method Detail

atParagraph

void atParagraph(NodeList nodes)
                 throws java.lang.Exception
Callback to be invoked when a paragraph is complete.

Parameters:
nodes - the nodes of the paragraph
Throws:
java.lang.Exception - in case of an error