Index: trunk/quest-core-events/src/main/java/de/ugoe/cs/quest/eventcore/IReplayable.java
===================================================================
--- trunk/quest-core-events/src/main/java/de/ugoe/cs/quest/eventcore/IReplayable.java	(revision 553)
+++ trunk/quest-core-events/src/main/java/de/ugoe/cs/quest/eventcore/IReplayable.java	(revision 560)
@@ -2,4 +2,6 @@
 
 import java.io.Serializable;
+
+import de.ugoe.cs.quest.IReplayDecorator;
 
 /**
@@ -24,3 +26,12 @@
 	 */
 	String getReplay();
+	
+	/**
+	 * <p>
+	 * Returns the replay decorator associated with the replayable. Returns null if no replay decorator is associated with the replayable.
+	 * </p>
+	 *
+	 * @return replay decorator
+	 */
+	IReplayDecorator getDecorator();
 }
