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

    r655 r786  
     1 
    12package de.ugoe.cs.quest.eventcore.gui; 
    23 
     
    45 
    56/** 
    6  * TODO comment 
     7 * <p> 
     8 * Event type for pressing down a key. 
     9 * </p> 
    710 *  
    8  * @version $Revision: $ $Date: $ 
    9  * @author 2011, last modified by $Author: $ 
     11 * @version 1.0 
     12 * @author Patrick Harms 
    1013 */ 
    1114public class KeyPressed extends KeyInteraction { 
    1215 
    13     /**  */ 
     16    /** 
     17     * <p> 
     18     * Id for object serialization. 
     19     * </p> 
     20     */ 
    1421    private static final long serialVersionUID = 1L; 
    1522 
    1623    /** 
    17      * @param key 
     24     * <p> 
     25     * Constructor. Creates a new {@link KeyPressed} event type. 
     26     * </p> 
     27     *  
     28     * @see KeyInteraction#KeyInteraction(VirtualKey) 
    1829     */ 
    1930    public KeyPressed(VirtualKey key) { 
     
    7485    } 
    7586 
    76     /* (non-Javadoc) 
     87    /* 
     88     * (non-Javadoc) 
     89     *  
    7790     * @see java.lang.Object#hashCode() 
    7891     */ 
Note: See TracChangeset for help on using the changeset viewer.