Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.memoire.dja
Class Dja  view Dja download Dja.java

java.lang.Object
  extended bycom.memoire.dja.Dja
All Implemented Interfaces:
java.lang.Runnable

public class Dja
extends java.lang.Object
implements java.lang.Runnable


Field Summary
private static java.lang.String[] args_
           
 
Constructor Summary
private Dja(java.lang.String[] _args)
           
 
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
 

Field Detail

args_

private static java.lang.String[] args_
Constructor Detail

Dja

private Dja(java.lang.String[] _args)
Method Detail

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)