tmf: Make TmfEvent immutable
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / event / ITmfEvent.java
index 95e24f46a981fe8a3e3956fb1d0900470cf84d5f..e8defc0a2baf7fa583545f7b8d0f34096cf40348 100644 (file)
@@ -12,6 +12,7 @@
 
 package org.eclipse.linuxtools.tmf.core.event;
 
+import org.eclipse.core.runtime.IAdaptable;
 import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
 
 /**
@@ -36,7 +37,7 @@ import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
  * @see ITmfEventField
  * @see TmfEvent
  */
-public interface ITmfEvent {
+public interface ITmfEvent extends IAdaptable {
 
     // ------------------------------------------------------------------------
     // Constants
@@ -106,9 +107,4 @@ public interface ITmfEvent {
      */
     public String getReference();
 
-    /**
-     * @return a clone of the event
-     */
-    public ITmfEvent clone();
-
 }
This page took 0.026081 seconds and 5 git commands to generate.