Modifier and Type | Method | Description |
---|---|---|
void |
clear() |
Clears output
|
java.lang.String |
getKey() |
Gets key characteristic for this message output
|
void |
print(java.lang.String rInputString) |
Prints given text to output
|
void |
println(java.lang.String rInputString) |
Prints given text to output and goes to new line
|
void |
setKey(java.lang.String rInputKey) |
Sets key characteristic for this message output
|
void clear()
void print(java.lang.String rInputString)
rInputString
- text to print to outputvoid println(java.lang.String rInputString)
rInputString
- text to print to outputvoid setKey(java.lang.String rInputKey)
rInputKey
- key characteristic for this message outputjava.lang.String getKey()