rcp: Move plugins to their own sub-directory
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ctf.core / src / org / eclipse / tracecompass / tmf / ctf / core / event / CtfTmfEvent.java
index ee272761bce31246f12a23b77aa5417c1ca7582b..334b7409efd1fa60e4219fc10a6c8e5265a59405 100644 (file)
@@ -189,6 +189,11 @@ public class CtfTmfEvent extends TmfEvent
         return fCtfTmfEventType;
     }
 
+    @Override
+    public String getName() {
+        return fEventName;
+    }
+
     @Override
     public Set<String> listCustomAttributes() {
         if (fEventDeclaration == null) {
This page took 0.025974 seconds and 5 git commands to generate.