ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / component / ITmfEventProvider.java
index 7cc91852e077824e37635b6e1ed1aec520e1e613..e26e717f54629546cab99df1441b17cec327358a 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2013 Ericsson
+ * Copyright (c) 2009, 2014 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -20,10 +20,10 @@ import org.eclipse.linuxtools.tmf.core.trace.ITmfContext;
  * This is the interface of the data providers in TMF. Data providers have the
  * capability of handling data requests.
  *
- * @version 1.0
  * @author Francois Chouinard
  *
  * @see TmfEventProvider
+ * @since 3.0
  */
 public interface ITmfEventProvider extends ITmfComponent {
 
@@ -34,11 +34,6 @@ public interface ITmfEventProvider extends ITmfComponent {
      */
     void sendRequest(ITmfEventRequest request);
 
-    /**
-     * Queue the coalesced requests.
-     */
-    void fireRequest();
-
     /**
      * Increments/decrements the pending requests counters and fires the request
      * if necessary (counter == 0). Used for coalescing requests across multiple
This page took 0.032798 seconds and 5 git commands to generate.