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

    r655 r786  
    44 
    55/** 
    6  * TODO comment 
     6 * <p> 
     7 * Event type for releasing a key. 
     8 * </p> 
    79 *  
    8  * @version $Revision: $ $Date: $ 
    9  * @author 2011, last modified by $Author: $ 
     10 * @version 1.0 
     11 * @author Steffen Herbold 
    1012 */ 
    1113public class KeyReleased extends KeyInteraction { 
    1214 
    13     /**  */ 
     15    /** 
     16     * <p> 
     17     * Id for object serialization. 
     18     * </p> 
     19     */ 
    1420    private static final long serialVersionUID = 1L; 
    1521 
    1622    /** 
    17      * @param key 
     23     * <p> 
     24     * Constructor. Creates a new {@link KeyReleased} event type. 
     25     * </p> 
     26     *  
     27     * @see KeyInteraction#KeyInteraction(VirtualKey) 
    1828     */ 
    1929    public KeyReleased(VirtualKey key) { 
Note: See TracChangeset for help on using the changeset viewer.