app.util
Interface SToC.CASDataReceiver

All Known Implementing Classes:
CASDeliveryThread
Enclosing class:
SToC

public static interface SToC.CASDataReceiver

Interface for delivery of a sequence of CAS data chunks.


Method Summary
 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.
 

Method Detail

postNextCASChunk

void postNextCASChunk(java.lang.String caschunk)
Posts the given CAS data chunk to this receiver.


terminateCASSequence

void terminateCASSequence()
Indicates the completion of CAS generation, that is, that all CAS data chunks have now been posted to this receiver.