public static interface SToC.CASDataReceiver
Modifier and Type | Method and Description |
---|---|
void |
postNextCASChunk(java.lang.String caschunk)
Posts the given CAS data chunk to this receiver.
|
void |
terminateCASSequence()
Indicates the completion of CAS generation, that is, that all
CAS data chunks have now been posted to this receiver.
|