Monster merge from the integration branch. Still some problems left and JUnits failing.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf / src / org / eclipse / linuxtools / tmf / component / ITmfDataProvider.java
index 8d50d905f452ff484a3e19e931323337b6a17f4d..73a306cbd4236b2815999415afad8505686c6731 100644 (file)
@@ -1,8 +1,25 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
 package org.eclipse.linuxtools.tmf.component;
 
 import org.eclipse.linuxtools.tmf.event.TmfData;
 import org.eclipse.linuxtools.tmf.request.ITmfDataRequest;
 
+/**
+ * <b><u>ITmfDataRequest</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
 public interface ITmfDataProvider<T extends TmfData> {
 
     /**
@@ -13,5 +30,6 @@ public interface ITmfDataProvider<T extends TmfData> {
         * @param request The request to process
         */
        public void sendRequest(ITmfDataRequest<T> request);
+       public void fireRequests();
 
 }
This page took 0.024159 seconds and 5 git commands to generate.