Package weka.knowledgeflow.steps
Interface TextViewer.TextNotificationListener
- All Known Implementing Classes:
TextViewerInteractiveView
- Enclosing class:
- TextViewer
public static interface TextViewer.TextNotificationListener
Interface for listeners of textual results
-
Method Summary
Modifier and TypeMethodDescriptionvoidacceptTextResult(String name, String text) Accept a new textual result
-
Method Details
-
acceptTextResult
Accept a new textual result- Parameters:
name- the name of the resulttext- the text of the result
-