Interface com.phrasys.events.LineListener
- public interface LineListener
- extends java.util.EventListener
All components which accept lines from the input have to implement
this interface and register themselves with the corresponding producer
component.
- Version:
- 1.0 (13/02/99)
- Author:
- Oliver Mason
newLine(LineEvent)
- A new line has arrived.
newLine
public void newLine(LineEvent event)
A new line has arrived.
- Parameters:
event - the LineEvent encapsulating the line.