Uses of Interface
app.SToCApplet.CASDispatch

Packages that use SToCApplet.CASDispatch
app.util This package defines utility classes to support applications and applets based on the Java ARP signing avatar subsystem. 
 

Uses of SToCApplet.CASDispatch in app.util
 

Methods in app.util with parameters of type SToCApplet.CASDispatch
 void SToCThread.requestSiGMLTextToCAS(java.lang.String sigml, java.lang.String avatar, java.lang.String casfmt, SToCApplet.CASDispatch casback)
          Accepts a CAS generation request for the given SiGML text and avatar, attaches the given SToCApplet.CASDispatch to the request as its associated results target, and posts the request to the SiGML-to-CAS processing thread, waiting if necessary until that thread is ready to accept it.
 void SToCThread.requestSiGMLURLToCAS(java.lang.String sigmlurl, java.lang.String avatar, java.lang.String casfmt, SToCApplet.CASDispatch casback)
          Accepts a CAS generation request for the given SiGML URL and avatar, attaches the given SToCApplet.CASDispatch to the request as its associated results target, and posts the request to the SiGML-to-CAS processing thread, waiting if necessary until that thread is ready to accept it.