org.argouml.application
Class StartCritics
java.lang.Object
org.argouml.application.StartCritics
- All Implemented Interfaces:
- Runnable
- public class StartCritics
- extends Object
- implements Runnable
StartCritics is a thread which helps to start the critiquing thread.
Field Summary |
private static Logger |
LOG
Logger. |
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
private static final Logger LOG
- Logger.
StartCritics
public StartCritics()
run
public void run()
- Specified by:
run
in interface Runnable
- See Also:
Runnable.run()