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 Type
    Method
    Description
    void
    Accept a new textual result
  • Method Details

    • acceptTextResult

      void acceptTextResult(String name, String text)
      Accept a new textual result
      Parameters:
      name - the name of the result
      text - the text of the result