ThreadEngine.java | Class | JPL Note to self: This is a simplified version
without GUI-Structure-Lock capability
and without progressbar
The ThreadEngine [ which actually is an EventQueue] has 2 maintasks :
1) It manages the teamwork of any threads, which it runs
and the event dispatch thread, which is used by Swing
2) It provides a mechanism which allows to run all added
of threads guaranteed in sequence. |