Ignore:
Timestamp:
10/12/12 15:08:45 (12 years ago)
Author:
pharms
Message:
  • added some comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-htmlmonitor/src/main/java/de/ugoe/cs/autoquest/htmlmonitor/ShutdownHook.java

    r857 r871  
    33/** 
    44 * <p> 
    5  * TODO comment 
     5 * used to be able to shut down any {@link HtmlMonitorComponent} that must be stopped if the 
     6 * application stops. 
    67 * </p> 
    78 *  
     
    1011public class ShutdownHook implements Runnable { 
    1112 
    12     /** */ 
     13    /** 
     14     * the components to be stopped on shutdown 
     15     */ 
    1316    private HtmlMonitorComponent[] components; 
    1417     
    1518    /** 
    1619     * <p> 
    17      * TODO: comment 
     20     * initializes the shutdown hook with the components to be shut down on shutdown of the whole 
     21     * application 
    1822     * </p> 
    1923     * 
Note: See TracChangeset for help on using the changeset viewer.