Interface com.phrasys.events.SentenceListener


public interface SentenceListener
extends java.util.EventListener
All components which listen to sentences have to implement this interface and register themselves with the corresponding producer component.

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

Method Index

 o newSentence(SentenceEvent)
A new sentence has arrived.

Method Detail

 o newSentence
public void newSentence(SentenceEvent event)
          A new sentence has arrived.
Parameters:
event - the event encapsulating the sentence.