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
newParagraph(ParagraphEvent)
- A new Paragraph has arrived.
newParagraph
public void newParagraph(ParagraphEvent event)
A new Paragraph has arrived.
- Parameters:
event - the event which encapsulates the paragraph.