Interface TextInputChannel

All Superinterfaces:
AutoCloseable

@Beta public interface TextInputChannel extends AutoCloseable
Allows to input (send) text to the open channel, must be closed when not needed anymore (e.g. try-with-resources)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sends input text

    Methods inherited from interface java.lang.AutoCloseable

    close
  • Method Details

    • sendText

      @Beta void sendText(@Nonnull String text)
      Sends input text
      Parameters:
      text - text to send