- Timestamp:
- 09/27/11 20:52:26 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/efg/commands/CMDefgToMM.java
r205 r206 54 54 for (EventType event : efgEvents) { 55 55 /* 56 * the widgetId and eventId are only hash values, 57 * the "interpretation" is found in the GUI file.56 * the widgetId and eventId are only hash values, the 57 * "interpretation" is found in the GUI file. 58 58 */ 59 59 Event<?> myEvent = new EFGEvent(event.getEventId()); … … 61 61 * The target is currently not set to event.widgetId() because the 62 62 * WidgetId is not available when loading sequences in form of test 63 * cases. 63 * cases. 64 64 */ 65 // myEvent.setTarget(event.getWidgetId(););65 // myEvent.setTarget(event.getWidgetId();); 66 66 myEvents.add(myEvent); 67 67 }
Note: See TracChangeset
for help on using the changeset viewer.