Ignore:
Timestamp:
09/23/11 03:44:15 (13 years ago)
Author:
sherbold
Message:
  • modified CommandExecuter? and Console make use of the command notification for observers
File:
1 edited

Legend:

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

    r185 r186  
    123123         * </p> 
    124124         *  
    125          * @see de.ugoe.cs.util.console.ConsoleObserver#commandExecuted(java.lang.String) 
     125         * @see de.ugoe.cs.util.console.ConsoleObserver#commandNotification(java.lang.String) 
    126126         */ 
    127127        @Override 
    128         public void commandExecuted(String command) { 
     128        public void commandNotification(String command) { 
    129129                // ignores the notification 
    130130        } 
Note: See TracChangeset for help on using the changeset viewer.