public interface ReportDataStreamHandler
| Modifier and Type | Method and Description |
|---|---|
void |
done()
Indicates that the last of the information has been sent, i.e. the other methods will no longer be called.
|
void |
pointData(ReportDataValue rdv)
Provides a single data value for the current point.
|
void |
startPoint(ReportPointInfo pointInfo)
Called before the data for the given point is provided.
|
void startPoint(ReportPointInfo pointInfo)
pointInfo - void pointData(ReportDataValue rdv)
rdv - void done()