Interface TextInputChannel
- All Superinterfaces:
AutoCloseable
Allows to input (send) text to the open channel, must be closed when not needed anymore (e.g.
try-with-resources)
-
Method Summary
Methods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
sendText
Sends input text- Parameters:
text- text to send
-