Ignore:
Timestamp:
09/26/11 23:00:42 (13 years ago)
Author:
sherbold
Message:
  • Code documentation and minor refactorings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaHelperLib/src/de/ugoe/cs/util/console/listener/IOutputListener.java

    r199 r201  
    1818         * </p> 
    1919         *  
    20          * TODO: rename method to outputMsg() 
    21          *  
    2220         * @param newMessage 
    2321         *            message that was send to the console. 
    2422         */ 
    25         public void updateText(String newMessage); 
     23        public void outputMsg(String newMessage); 
    2624 
    2725} 
Note: See TracChangeset for help on using the changeset viewer.