edu.iastate.jtm.jmed
Interface EUtility.Processor

Enclosing class:
EUtility

protected static interface EUtility.Processor

A processor is responsible for processing the response of a service. Implementing class must notifyAll after processing. synchronized (resultReady) { resultReady.notifyAll(); }

Author:
Jing Ding edu.iastate.jtm.jmed jtm

Method Summary
 void processResult(java.io.InputStream result)
           
 

Method Detail

processResult

void processResult(java.io.InputStream result)