Interface DebugInterfaceViewListener
public interface DebugInterfaceViewListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidClose connection.voidOpen connection.voidtransmit()Transmit data in textfield.voidtransmitFile(AtomicBoolean continueTransmit, ProgressStatusCallback callback) Transmit the content of a file.
-
Method Details
-
openConnection
void openConnection()Open connection. -
closeConnection
void closeConnection()Close connection. -
transmit
void transmit()Transmit data in textfield. -
transmitFile
Transmit the content of a file.
-