Re-structure LTTng sub-project as per the Linux Tools guidelines
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / src / org / eclipse / linuxtools / lttng / ui / views / resources / evProcessor / ResourcesAfterUpdateHandlers.java
index 11aad1472896212f983b83616fe035e1f2e4f42d..4c48c96965a0e6646c0d0acef82d47ed8ea84c9f 100644 (file)
@@ -8,12 +8,13 @@
  * 
  * Contributors:
  *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *      Michel Dagenais (michel.dagenais@polymtl.ca) - Reference C implementation, used with permission
  *******************************************************************************/
 package org.eclipse.linuxtools.lttng.ui.views.resources.evProcessor;
 
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ILttngEventProcessor;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ILttngEventProcessor;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
 
 /**
  * Creates instances of specific after state update handlers, per corresponding
@@ -38,6 +39,7 @@ public class ResourcesAfterUpdateHandlers {
        final ILttngEventProcessor getAfterSchedChangeHandler() {
                AbsResourcesTRangeUpdate handler = new AbsResourcesTRangeUpdate() {
 
+                       @Override
                        public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
 
                                // TODO: After sched scheduler handler should implement an
This page took 0.02406 seconds and 5 git commands to generate.