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

    r655 r786  
    22 
    33/** 
    4  * TODO comment 
     4 * <p> 
     5 * Base class for all mouse interaction event types. 
     6 * </p> 
    57 *  
    6  * @version $Revision: $ $Date: $ 
    7  * @author 2011, last modified by $Author: $ 
     8 * @version 1.0 
     9 * @author Patrick Harms 
    810 */ 
    911public abstract class MouseInteraction implements IInteraction { 
    1012 
    11     /**  */ 
     13    /** 
     14     * <p> 
     15     * Id for object serialization. 
     16     * </p> 
     17     */ 
    1218    private static final long serialVersionUID = 1L; 
    1319 
Note: See TracChangeset for help on using the changeset viewer.