Ignore:
Timestamp:
08/17/12 09:21:33 (12 years ago)
Author:
sherbold
Message:
  • rewrote replay decorator handling
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-core-events/src/main/java/de/ugoe/cs/quest/eventcore/IReplayable.java

    r541 r560  
    22 
    33import java.io.Serializable; 
     4 
     5import de.ugoe.cs.quest.IReplayDecorator; 
    46 
    57/** 
     
    2426         */ 
    2527        String getReplay(); 
     28         
     29        /** 
     30         * <p> 
     31         * Returns the replay decorator associated with the replayable. Returns null if no replay decorator is associated with the replayable. 
     32         * </p> 
     33         * 
     34         * @return replay decorator 
     35         */ 
     36        IReplayDecorator getDecorator(); 
    2637} 
Note: See TracChangeset for help on using the changeset viewer.