net.bioclipse.xws.client
Interface IExecutionPipe


public interface IExecutionPipe


Method Summary
 void exec(java.lang.Runnable r)
          Invoked to run listener code in the user-defined thread.
 

Method Detail

exec

void exec(java.lang.Runnable r)
Invoked to run listener code in the user-defined thread.

Parameters:
r - The runnable with the listener code to run in a user-defined thread.