Package weka.gui.beans
Interface TextListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
TextViewer
public interface TextListener extends java.util.EventListenerInterface to something that can process a TextEvent- Since:
- 1.0
- Version:
- $Revision: 1.3 $
- Author:
- Mark Hall
- See Also:
EventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidacceptText(TextEvent e)Accept and process a text event
-
-
-
Method Detail
-
acceptText
void acceptText(TextEvent e)
Accept and process a text event- Parameters:
e- aTextEventvalue
-
-