weka.gui.beans
Interface TextListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
TextViewer

public interface TextListener
extends java.util.EventListener

Interface to something that can process a TextEvent

Since:
1.0
Version:
$Revision: 1.2 $
Author:
Mark Hall
See Also:
EventListener

Method Summary
 void acceptText(TextEvent e)
          Accept and process a text event
 

Method Detail

acceptText

public void acceptText(TextEvent e)
Accept and process a text event

Parameters:
e - a TextEvent value