Ignore:
Timestamp:
09/23/11 03:37:25 (13 years ago)
Author:
sherbold
Message:
File:
1 edited

Legend:

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

    r175 r185  
    5252        public void printStacktrace(Exception e); 
    5353 
     54        /** 
     55         * <p> 
     56         * Receives the command strings of all executed commands. 
     57         * </p> 
     58         *  
     59         * @param command 
     60         *            string of the command. 
     61         */ 
     62        public void commandExecuted(String command); 
     63 
    5464} 
Note: See TracChangeset for help on using the changeset viewer.