mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 23:35:48 +02:00
Improve Javadoc
This commit is contained in:
parent
422675f075
commit
2554eddc5c
1 changed files with 9 additions and 4 deletions
|
@ -428,11 +428,16 @@ public class TerminalText implements Runnable, ControlListener {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This method executes in the Display thread to process data received from
|
* This method executes in the Display thread to process data received from
|
||||||
* the remote host by classes {@link TelnetConnection} and
|
* the remote host by class {@link TelnetConnection} and
|
||||||
* SerialPortHandler. This method must not execute at the same time
|
* other implementors of {@link ITerminalConnector}, like the
|
||||||
* as methods {@link #setNewText(StringBuffer)} and {@link #clearTerminal()}.
|
* SerialPortHandler.
|
||||||
|
* <p>
|
||||||
|
* These connectors write text to the terminal's buffer through
|
||||||
|
* {@link #setNewText(StringBuffer)} and then have this run method
|
||||||
|
* exectued in the display thread. This method must not execute
|
||||||
|
* at the same time as methods {@link #setNewText(StringBuffer)}
|
||||||
|
* and {@link #clearTerminal()}.
|
||||||
* <p>
|
* <p>
|
||||||
*
|
|
||||||
* IMPORTANT: This method must be called in strict alternation with method
|
* IMPORTANT: This method must be called in strict alternation with method
|
||||||
* {@link #setNewText(StringBuffer)}.
|
* {@link #setNewText(StringBuffer)}.
|
||||||
* <p>
|
* <p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue