Interface BareSession.Capture

Enclosing interface:
BareSession

public static interface BareSession.Capture
Implementors of this interface can accept a text.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(String text)
    Accept the provided text.
  • Method Details

    • accept

      boolean accept(String text)
      Accept the provided text.
      Parameters:
      text - the response text
      Returns:
      a flag to indicate whether or not the text was accepted