java.lang.Object
com.memoire.dja.Dja
- All Implemented Interfaces:
- java.lang.Runnable
- public class Dja
- extends java.lang.Object
- implements java.lang.Runnable
|
Method Summary |
static void |
main(java.lang.String[] _args)
|
void |
run()
This method will be called by whoever wishes to run your class
implementing Runnable. |
private void |
step1()
|
private void |
step2()
|
private void |
step3()
|
private void |
step4()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
args_
private static java.lang.String[] args_
Dja
private Dja(java.lang.String[] _args)
step1
private final void step1()
step2
private final void step2()
step3
private final void step3()
step4
private final void step4()
run
public final void run()
- Description copied from interface:
java.lang.Runnable
- This method will be called by whoever wishes to run your class
implementing Runnable. Note that there are no restrictions on what
you are allowed to do in the run method, except that you cannot
throw a checked exception.
- Specified by:
run in interface java.lang.Runnable
main
public static void main(java.lang.String[] _args)