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

    r681 r786  
    33 
    44/** 
    5  * TODO comment 
     5 * <p> 
     6 * Event type for keyboard focus changes. The target of the respective event has obtained the 
     7 * keyboard focus of the application. 
     8 * </p> 
    69 *  
    7  * @version $Revision: $ $Date: $ 
    8  * @author 2011, last modified by $Author: $ 
     10 * @version 1.0 
     11 * @author Patrick Harms 
    912 */ 
    1013public class KeyboardFocusChange implements IInteraction { 
    1114 
    12     /**  */ 
     15    /** 
     16     * <p> 
     17     * Id for object serialization. 
     18     * </p> 
     19     */ 
    1320    private static final long serialVersionUID = 1L; 
    1421 
Note: See TracChangeset for help on using the changeset viewer.