Interface GatewayProgressRunnable
- 
public interface GatewayProgressRunnableProvides a run function that can return a value and throw an exception. The return is Serializable because it is often passed through the Gateway/Client comm channel. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.Serializablerun() 
 -