- Timestamp:
- 09/23/11 03:37:25 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaHelperLib/src/de/ugoe/cs/util/console/ConsoleObserver.java
r175 r185 52 52 public void printStacktrace(Exception e); 53 53 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 54 64 }
Note: See TracChangeset
for help on using the changeset viewer.