Added some more JUnit tests
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / src / org / eclipse / linuxtools / lttng / ui / views / control / dialogs / ICreateChannelDialog.java
index 26cd0ce2b73c7b943c931dc6dfcb54d67fab2836..3e97c94d8fd9248c7376ba98fd72cf82491ee00c 100644 (file)
@@ -12,6 +12,7 @@
 package org.eclipse.linuxtools.lttng.ui.views.control.dialogs;
 
 import org.eclipse.linuxtools.lttng.ui.views.control.model.IChannelInfo;
+import org.eclipse.linuxtools.lttng.ui.views.control.model.impl.TraceDomainComponent;
 
 /**
  * <b><u>ICreateChannelDialog</u></b>
@@ -29,6 +30,12 @@ public interface ICreateChannelDialog {
      */
     public IChannelInfo getChannelInfo();
     
+    /**
+     * Sets the domain component
+     * @param domain - the trace domain component
+     */
+    public void setDomainComponent(TraceDomainComponent domain);
+    
     // ------------------------------------------------------------------------
     // Operations
     // ------------------------------------------------------------------------
This page took 0.024463 seconds and 5 git commands to generate.