javax.rad.util
Interface IRunnable


public interface IRunnable

IRunnable is a clone of Runnable with the exception that the run() function can throw any Throwable.


Method Summary
 void run()
          Runs the action.
 

Method Detail

run

void run()
         throws java.lang.Throwable
Runs the action.

Throws:
java.lang.Throwable - if an exception occurs.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.