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
newSentence(SentenceEvent)
- A new sentence has arrived.
newSentence
public void newSentence(SentenceEvent event)
A new sentence has arrived.
- Parameters:
event - the event encapsulating the sentence.