Changeset 596 for trunk/quest-core-events/src/main/java/de/ugoe/cs
- Timestamp:
- 08/23/12 13:40:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-core-events/src/main/java/de/ugoe/cs/quest/eventcore/guimodel/IGUIElementFactory.java
r576 r596 24 24 * @return 25 25 */ 26 public abstract IGUIElement instantiateGUIElement(IGUIElementSpec specification); 26 public IGUIElement instantiateGUIElement(IGUIElementSpec specification) 27 throws GUIModelConfigurationException; 27 28 28 29 }
Note: See TracChangeset
for help on using the changeset viewer.