Changes between Version 3 and Version 4 of ApertureDataOpener
- Timestamp:
- 10/12/05 16:26:54 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApertureDataOpener
v3 v4 5 5 6 6 {{{ 7 #!java 7 8 8 9 /** 9 10 * A commandExecutor is the handler of an Adapter that implements the ability 10 11 * to execute commands. The handler can be seperated from the adapter. 11 * <p>This constructor may throw exceptions.</p>12 * <p>Copyright: Copyright (c) 2003</p>13 * <p>Organisation: Gnowsis.com</p>14 * @author Leo Sauermann15 * @version $Id: CommandExecutor.java,v 1.5 2004/11/26 19:27:28 sauermann Exp $16 12 */ 17 13