Interface com.phrasys.events.ParagraphListener


public interface ParagraphListener
extends java.util.EventListener
All components which listen to paragraphs have to implement this interface and register themselves with the corresponding producer component (eg the Sentencer).

Version:
1.0 (13/02/99)
Author:
Oliver Mason

Method Index

 o newParagraph(ParagraphEvent)
A new Paragraph has arrived.

Method Detail

 o newParagraph
public void newParagraph(ParagraphEvent event)
          A new Paragraph has arrived.
Parameters:
event - the event which encapsulates the paragraph.