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

Method Index

 o newLine(LineEvent)
A new line has arrived.

Method Detail

 o newLine
public void newLine(LineEvent event)
          A new line has arrived.
Parameters:
event - the LineEvent encapsulating the line.