Ignore:
Timestamp:
09/06/12 16:47:00 (12 years ago)
Author:
sherbold
Message:
  • code documentation
File:
1 edited

Legend:

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

    r681 r786  
     1 
    12package de.ugoe.cs.quest.eventcore.gui; 
    23 
    34/** 
    4  * TODO comment 
     5 * <p> 
     6 * Event type for pressing a mouse button. 
     7 * </p> 
    58 *  
    6  * @version $Revision: $ $Date: $ 
    7  * @author 2011, last modified by $Author: $ 
     9 * @version 1.0 
     10 * @author Patrick Harms 
    811 */ 
    912public class MouseButtonDown extends MouseButtonInteraction { 
    1013 
    11     /**  */ 
     14    /** 
     15     * <p> 
     16     * Id for object serialization. 
     17     * </p> 
     18     */ 
    1219    private static final long serialVersionUID = 1L; 
    1320 
    1421    /** 
    15      * @param button 
     22     * <p> 
     23     * Constructor. Creates a new {@link MouseButtonDown} event type. 
     24     * </p> 
     25     *  
     26     * @see MouseButtonInteraction#MouseButtonInteraction(Button) 
    1627     */ 
    1728    public MouseButtonDown(Button button) { 
     
    7788        return false; 
    7889    } 
    79      
     90 
    8091    /* 
    8192     * (non-Javadoc) 
Note: See TracChangeset for help on using the changeset viewer.