X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=org.eclipse.linuxtools.lttng.ui%2Fsrc%2Forg%2Feclipse%2Flinuxtools%2Flttng%2Fui%2Fviews%2Fcontrol%2Fdialogs%2FIEnableEventsDialog.java;h=e4bd698f8edf44267523204355b2d687f904e259;hb=d132bcc71fa0ff07cf2a3f0b6258f38abb546fb7;hp=eb3230cc4e3865a92c3d2edd834cae0096d52979;hpb=f1e23c542e9b00f6dab15b7aa2960315a22d9bc4;p=deliverable%2Ftracecompass.git diff --git a/org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/control/dialogs/IEnableEventsDialog.java b/org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/control/dialogs/IEnableEventsDialog.java index eb3230cc4e..e4bd698f8e 100644 --- a/org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/control/dialogs/IEnableEventsDialog.java +++ b/org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/control/dialogs/IEnableEventsDialog.java @@ -11,6 +11,9 @@ **********************************************************************/ package org.eclipse.linuxtools.lttng.ui.views.control.dialogs; +import org.eclipse.linuxtools.lttng.ui.views.control.model.impl.TraceDomainComponent; +import org.eclipse.linuxtools.lttng.ui.views.control.model.impl.TraceProviderGroup; + /** * IEnableKernelEvents *

@@ -26,6 +29,18 @@ public interface IEnableEventsDialog extends IEnableKernelEvents, IEnableUstEven * @return the session the events shall be enabled. */ public boolean isKernel(); + + /** + * Sets the trace provider group. + * @param providerGroup - a trace provider group + */ + public void setTraceProviderGroup(TraceProviderGroup providerGroup); + + /** + * Sets the trace domain component. + * @param domain - a domain of the events (null if not known) + */ + public void setTraceDomainComponent(TraceDomainComponent domain); // ------------------------------------------------------------------------ // Operations