Ignore:
Timestamp:
12/12/17 13:52:12 (7 years ago)
Author:
pharms
Message:
  • solved some findbugs issues
File:
1 edited

Legend:

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

    r927 r2254  
    2727 */ 
    2828public interface IInteraction extends IEventType { 
    29     /** 
    30      * <p> 
    31      * Determines whether an event type starts a logical sequence, i.e., a task. 
    32      * </p> 
    33      *  
    34      * @return true if a logical sequence is started; false otherwise 
    35      */ 
    36     public boolean startsLogicalSequence(); 
    37  
    38     /** 
    39      * <p> 
    40      * Determines whether an event type finishes a logical sequence, i.e., a task. 
    41      * </p> 
    42      *  
    43      * @return true if a logical sequence is finished; false otherwise 
    44      */ 
    45     public boolean finishesLogicalSequence(); 
    4629 
    4730} 
Note: See TracChangeset for help on using the changeset viewer.