public interface IDataProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
onDataReceived(ISegmentSet objSegmentSet)
Adds DataProcessors to Receive SegmentSet.
|
void onDataReceived(ISegmentSet objSegmentSet) throws java.io.IOException
objSegmentSet - SegmentSet that is received as Data.java.io.IOException - Thrown when IO operation fails.