Ignore:
Timestamp:
10/02/12 11:43:50 (12 years ago)
Author:
fglaser
Message:
  • JFCMonitor now logs component class parents
  • Renamed WindowMonitor? to JFCWindowMonitor
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/quest-jfcmonitor/src/main/java/de/ugoe/cs/quest/jfcmonitor/JFCWindowMonitor.java

    r852 r853  
    1212 * </p> 
    1313 *  
    14  * @author Steffen Herbold, Fabian Glaser 
     14 * @author Steffen Herbold  
     15 * @author Fabian Glaser 
    1516 * @version 1.0 
    1617 */ 
    17 public class WindowMonitor implements AWTEventListener { 
     18public class JFCWindowMonitor implements AWTEventListener { 
    1819         /** 
    1920     * <p> 
     
    2526    /** 
    2627     * <p> 
    27      * Constructor. Creates a new WindowMonitor with a given {@link JFCMonitorOutputWriter}, where the 
     28     * Constructor. Creates a new JFCWindowMonitor with a given {@link JFCMonitorOutputWriter}, where the 
    2829     * monitored information is logged. 
    2930     * </p> 
     
    3233     *            writer for the logged information 
    3334     */ 
    34     public WindowMonitor(JFCMonitorOutputWriter outputWriter) { 
     35    public JFCWindowMonitor(JFCMonitorOutputWriter outputWriter) { 
    3536        this.outputWriter = outputWriter; 
    3637    } 
Note: See TracChangeset for help on using the changeset viewer.