- Timestamp:
- 09/23/11 03:44:15 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaHelperLib/src/de/ugoe/cs/util/console/TextConsole.java
r185 r186 123 123 * </p> 124 124 * 125 * @see de.ugoe.cs.util.console.ConsoleObserver#command Executed(java.lang.String)125 * @see de.ugoe.cs.util.console.ConsoleObserver#commandNotification(java.lang.String) 126 126 */ 127 127 @Override 128 public void command Executed(String command) {128 public void commandNotification(String command) { 129 129 // ignores the notification 130 130 }
Note: See TracChangeset
for help on using the changeset viewer.