| java.lang.Object org.databene.task.RunnableMain
RunnableMain | public class RunnableMain (Code) | | Provides invocation of an implementation of java.lang.Runnable from the command line.
Created: 22.01.2007 10:11:15
|
Method Summary | |
public static void | main(String[] args) Instantiates the class specified by args[0] and calls its run() method. |
|
|