Ignore:
Timestamp:
08/17/12 16:15:24 (12 years ago)
Author:
pharms
Message:
  • adaptations for ensuring, that GUI event targets can be created as singletons during parsing.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-core-events/src/main/java/de/ugoe/cs/quest/eventcore/guimodel/IGUIElement.java

    r565 r576  
    2020     * 
    2121     */ 
    22     public IGUIElement getParent(); 
    23  
    24     /** 
    25      * 
    26      */ 
    27     public String getOriginalTypeInfo(); 
     22    public IGUIElementSpec getSpecification(); 
    2823 
    2924    /** 
     
    3328    public boolean equals(IGUIElement other); 
    3429 
     30    /** 
     31     *  
     32     */ 
     33    public int hashCode(); 
    3534} 
Note: See TracChangeset for help on using the changeset viewer.