Changeset 354


Ignore:
Timestamp:
01/25/12 13:36:28 (12 years ago)
Author:
sherbold
Message:
  • code documentation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JFCMonitor/src/de/ugoe/cs/eventbench/jfcmonitor/JFCListener.java

    r347 r354  
    3838        final private OutputStreamWriter outputWriter; 
    3939 
     40        /** 
     41         * <p> 
     42         * Constructor. Creates a new JFCListener with a given 
     43         * {@link OutputStreamWriter}, where the monitored information is logged. 
     44         * </p> 
     45         *  
     46         * @param outputWriter 
     47         *            writer for the logged information 
     48         */ 
    4049        public JFCListener(OutputStreamWriter outputWriter) { 
    4150                this.outputWriter = outputWriter; 
Note: See TracChangeset for help on using the changeset viewer.