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/WindowsMessage.java

    r837 r849  
    7272    /** 
    7373     * <p> 
    74      * Constructor. Creates a new message with a given message type. 
     74     * Constructor. Creates a new message with a given message's type, target, and parameters. 
    7575     * </p> 
    7676     *  
    7777     * @param type 
    7878     *            type of the message 
    79      * @param currentMessageParameters 
    8079     * @param target 
     80     *            target of the message 
     81     * @param messageParameters 
     82     *            parameters of the message 
    8183     */ 
    8284    public WindowsMessage(WindowsMessageType type, 
     
    175177    /** 
    176178     * <p> 
    177      * Two {@link WindowsMessage} are equal, if their {@link #type}, {@link #xmlWindowDescription}, 
     179     * Two {@link WindowsMessage} are equal, if their {@link #type}, {@link #getTargetXML}, 
    178180     * and {@link #params} are equal. 
    179181     * </p> 
Note: See TracChangeset for help on using the changeset viewer.