public interface IFileLineReceivedDelegate
Modifier and Type | Method and Description |
---|---|
void |
fileLineReceived(java.lang.String line,
boolean moreAvailable)
Commands will invoke this method for each line received from a file
Commands will also invoke this method with line = null and moreAvailable = false
upon command completion
|
void fileLineReceived(java.lang.String line, boolean moreAvailable)
line
- - the line received from the device (without line end delimiters) or nullmoreAvailable
- - true if there are more lines coming immediately