Interface TextViewer.TextNotificationListener

  • All Known Implementing Classes:
    TextViewerInteractiveView
    Enclosing class:
    TextViewer

    public static interface TextViewer.TextNotificationListener
    Interface for listeners of textual results
    • Method Detail

      • acceptTextResult

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