Added some more JUnit tests
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / src / org / eclipse / linuxtools / lttng / ui / views / control / dialogs / IGetEventInfoDialog.java
index b4b09e1751bb2300dfd253acb3334571fcea0f44..39d74e5f4cfac8d6bd80fc8dd4e7d185737f283f 100644 (file)
@@ -34,6 +34,18 @@ public interface IGetEventInfoDialog {
      * @return the channel the events shall be enabled. Null for default channel.
      */
     public TraceChannelComponent getChannel();
+    
+    /**
+     * Sets flag about domain.
+     * @param isKernel - true for kernel, false for UST
+     */
+    public void setIsKernel(boolean isKernel);
+    
+    /**
+     * Sets available session.
+     * @param sessions - a array of available sessions.
+     */
+    public void setSessions(TraceSessionComponent[] sessions);
 
     // ------------------------------------------------------------------------
     // Operations
This page took 0.028288 seconds and 5 git commands to generate.