Ignore:
Timestamp:
08/16/12 17:27:26 (12 years ago)
Author:
sherbold
Message:
  • adapted GUITAR plugin to new event core
Location:
trunk/quest-ui-core/src/main/java/de/ugoe/cs/quest/plugin/guitar/eventcore
Files:
2 added
1 deleted
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/quest-ui-core/src/main/java/de/ugoe/cs/quest/plugin/guitar/eventcore/GUITARReplayable.java

    r549 r556  
    1212 * @version 1.0 
    1313 */ 
    14 public class EFGReplayable implements IReplayable { 
     14public class GUITARReplayable implements IReplayable { 
    1515 
    1616        /** 
     
    3030        /** 
    3131         * <p> 
    32          * Constructor. Creates a new {@link EFGReplayable}. 
     32         * Constructor. Creates a new {@link GUITARReplayable}. 
    3333         * </p> 
    3434         *  
    3535         * @param eventId 
    3636         */ 
    37         public EFGReplayable(String eventId) { 
     37        public GUITARReplayable(String eventId) { 
    3838                this.eventId = eventId; 
    3939        } 
     
    5454        } 
    5555 
    56         /* 
    57          * (non-Javadoc) 
    58          *  
    59          * @see de.ugoe.cs.quest.eventcore.IReplayable#getTarget() 
    60          */ 
    61         @Override 
    62         public String getTarget() { 
    63                 return null; // target indirectly included in replay through the eventId 
    64         } 
    65  
    6656} 
Note: See TracChangeset for help on using the changeset viewer.