app.util
Interface SToCThread.CASDataDelivery

Enclosing class:
SToCThread

public static interface SToCThread.CASDataDelivery

Interface for CAS data delivery.


Method Summary
 void deliverCAS(java.lang.String casdata)
          Delivers a chunk of CAS data -- which may or may not be a complete CAS animation, and which may be XML or may be JSON.
 

Method Detail

deliverCAS

void deliverCAS(java.lang.String casdata)
Delivers a chunk of CAS data -- which may or may not be a complete CAS animation, and which may be XML or may be JSON.