public class LoggerResponder extends java.lang.Object implements IAsciiCommandResponder
Constructor and Description |
---|
LoggerResponder() |
Modifier and Type | Method and Description |
---|---|
void |
clearLastResponse()
Clears the values from the last response (does nothing)
|
boolean |
isResponseFinished()
Gets a value indicating whether the response is complete (i.e.
|
boolean |
processReceivedLine(java.lang.String fullLine,
boolean moreLinesAvailable)
Captures the line to the log
|
public final boolean isResponseFinished()
isResponseFinished
in interface IAsciiCommandResponder
public final void clearLastResponse()
clearLastResponse
in interface IAsciiCommandResponder
public final boolean processReceivedLine(java.lang.String fullLine, boolean moreLinesAvailable)
processReceivedLine
in interface IAsciiCommandResponder
fullLine
- The fullLine to logmoreLinesAvailable
- True if more lines are going to be passed to this method