com.lc.util
Interface INoisyRunnable


public interface INoisyRunnable

A flavor of Runnable interface which can throw an Exception.

Version:
$Revision: 1.1.1.1 $ $Date: 2002/02/19 22:12:03 $
Author:
Laurent Caillette

Method Summary
 void run()
           
 

Method Detail

run

public void run()
         throws java.lang.Exception