Changeset 595 for trunk/quest-core-events/src
- Timestamp:
- 08/23/12 13:39:51 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-core-events/src/main/java/de/ugoe/cs/quest/eventcore/guimodel/IGUIElement.java
r589 r595 10 10 11 11 /** 12 * <p> 12 13 * TODO comment 14 * </p> 13 15 * 14 16 * @version $Revision: $ $Date: $ … … 18 20 19 21 /** 20 * 22 * <p> 23 * TODO comment 24 * </p> 21 25 */ 22 26 public IGUIElementSpec getSpecification(); 23 27 24 28 /** 29 * <p> 30 * TODO comment 31 * </p> 32 * 25 33 * @param other 26 34 * @return … … 29 37 30 38 /** 31 * 39 * <p> 40 * TODO comment 41 * </p> 32 42 */ 33 43 public int hashCode(); 34 44 35 public void updateSpecification(IGUIElementSpec specToIntegrateElementFor); 45 /** 46 * <p> 47 * TODO comment 48 * </p> 49 */ 50 public void updateSpecification(IGUIElementSpec furtherSpec); 36 51 }
Note: See TracChangeset
for help on using the changeset viewer.