Ignore:
Timestamp:
09/21/12 14:21:00 (12 years ago)
Author:
sherbold
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-plugin-mfc/src/main/java/de/ugoe/cs/quest/plugin/mfc/eventcore/ReplayWindowsMessage.java

    r837 r849  
    4848    /** 
    4949     * <p> 
    50      * Constructor. Creates a new message with a given message type. 
    51      * </p> 
    52      *  
    53      * @param type 
    54      *            type of the message 
    55      * @param currentMessageParameters  
    56      * @param target  
     50     * Constructor. Creates a new replay message with a given {@link WindowsMessage}. 
     51     * </p> 
     52     *  
     53     * @param replayedMessage 
     54     *            message from which the replay is generated 
    5755     */ 
    5856    public ReplayWindowsMessage(WindowsMessage replayedMessage) 
     
    8482    /** 
    8583     * <p> 
    86      * Two {@link ReplayWindowsMessage} are equal, if their {@link #type}, {@link #xmlWindowDescription}, 
     84     * Two {@link ReplayWindowsMessage} are equal, if their {@link #type}, {@link #getTargetXML}, 
    8785     * and {@link #params} are equal. 
    8886     * </p> 
Note: See TracChangeset for help on using the changeset viewer.