LTTng: Support for LTTng Tools 2.2
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui.tests / stubs / org / eclipse / linuxtools / internal / lttng2 / stubs / dialogs / EnableChannelDialogStub.java
index cc8b34c0324c2a1d3d186978f77a031deb5ee9a4..46f528b3cd4d8c51a46f1178d254fa216cf84820 100644 (file)
@@ -14,6 +14,7 @@ package org.eclipse.linuxtools.internal.lttng2.stubs.dialogs;
 import org.eclipse.linuxtools.internal.lttng2.core.control.model.IChannelInfo;
 import org.eclipse.linuxtools.internal.lttng2.core.control.model.impl.ChannelInfo;
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.dialogs.IEnableChannelDialog;
+import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TargetNodeComponent;
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceDomainComponent;
 
 /**
@@ -26,6 +27,7 @@ public class EnableChannelDialogStub implements IEnableChannelDialog {
     // Attributes
     // ------------------------------------------------------------------------
     private TraceDomainComponent fDomain;
+    private TargetNodeComponent fTargetNodeComponent;
     private ChannelInfo fChannelInfo;
     private boolean fIsKernel;
 
@@ -79,4 +81,9 @@ public class EnableChannelDialogStub implements IEnableChannelDialog {
     public void setChannelInfo(ChannelInfo info) {
         fChannelInfo = info;
     }
+
+    @Override
+    public void setTargetNodeComponent(TargetNodeComponent node) {
+        fTargetNodeComponent = node;
+    }
 }
\ No newline at end of file
This page took 0.024714 seconds and 5 git commands to generate.