Fix findbugs warnings + address concurrency issues in handlers
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / dialogs / ICreateChannelDialog.java
index 94910801ff5b1109095e6062cc52e9bfc12dd5f1..49679e89d453a4dc144a3b7b866a2058196f1a9c 100644 (file)
@@ -36,6 +36,12 @@ public interface ICreateChannelDialog {
      */
     public void setDomainComponent(TraceDomainComponent domain);
     
+    /**
+     * @return true for Kernel domain. False for UST.
+     */
+    public boolean isKernel();
+
+    
     // ------------------------------------------------------------------------
     // Operations
     // ------------------------------------------------------------------------
This page took 0.023406 seconds and 5 git commands to generate.