| |
|
| java.lang.Object java.lang.Thread org.acm.seguin.ide.common.SummaryLoaderThread
SummaryLoaderThread | public class SummaryLoaderThread extends Thread (Code) | | Loads all the class settings based on a particular directory
author: Chris Seguin |
Method Summary | |
public void | run() | public static synchronized int | waitForLoading() This just confirms that you have loaded the summaries into memory. |
SummaryLoaderThread | public SummaryLoaderThread(String init)(Code) | | Constructor for the SummaryLoaderThread object
Parameters: init - The root directory to load |
SummaryLoaderThread | public SummaryLoaderThread(String init, LoadStatus status)(Code) | | Constructor for the SummaryLoaderThread object
Parameters: init - The root directory to load |
run | public void run()(Code) | | Main processing method for the SummaryLoaderThread object
|
waitForLoading | public static synchronized int waitForLoading()(Code) | | This just confirms that you have loaded the summaries into memory.
|
|
|
|