Package weka.knowledgeflow.steps
Interface TextViewer.TextNotificationListener
-
- All Known Implementing Classes:
TextViewerInteractiveView
- Enclosing class:
- TextViewer
public static interface TextViewer.TextNotificationListenerInterface for listeners of textual results
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidacceptTextResult(java.lang.String name, java.lang.String text)Accept a new textual result
-