ctf: Introduce IEventDefinition
[deliverable/tracecompass.git] / ctf / org.eclipse.tracecompass.tmf.ctf.core / src / org / eclipse / tracecompass / tmf / ctf / core / event / CtfTmfLostEvent.java
index 3b6a3c3b8dd7d5341c6faf5ac912679541417c3f..ccd505ee641b8a1a13d3c6d92bce2c9ff568a819 100644 (file)
@@ -16,8 +16,8 @@ import static org.eclipse.tracecompass.common.core.NonNullUtils.checkNotNull;
 
 import org.eclipse.jdt.annotation.NonNullByDefault;
 import org.eclipse.jdt.annotation.Nullable;
-import org.eclipse.tracecompass.ctf.core.event.EventDefinition;
 import org.eclipse.tracecompass.ctf.core.event.IEventDeclaration;
+import org.eclipse.tracecompass.ctf.core.event.IEventDefinition;
 import org.eclipse.tracecompass.tmf.core.event.ITmfLostEvent;
 import org.eclipse.tracecompass.tmf.core.timestamp.TmfNanoTimestamp;
 import org.eclipse.tracecompass.tmf.core.timestamp.TmfTimeRange;
@@ -63,7 +63,7 @@ public class CtfTmfLostEvent extends CtfTmfEvent implements ITmfLostEvent {
             IEventDeclaration declaration,
             TmfTimeRange timeRange,
             long nbLost,
-            EventDefinition def) {
+            IEventDefinition def) {
         /*
          * Only the factory should call this method, the cast to
          * (TmfNanoTimestamp) should be safe.
This page took 0.025157 seconds and 5 git commands to generate.