Fix for bug289620
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / viewers / timeAnalysis / widgets / ITimeDataProvider.java
index 7dd7712824986033f6809bcfde0f1d1583933d6a..e0cbcdade631d003ad22bcb273e34a7643b6723f 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************\r
- * Copyright (c) 2007, 2010 Intel Corporation.\r
+ * Copyright (c) 2007, Intel Corporation.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
  * which accompanies this distribution, and is available at\r
@@ -8,7 +8,7 @@
  * Contributors:\r
  *    Intel Corporation - Initial API and implementation\r
  *    Ruslan A. Scherbakov, Intel - Initial API and implementation\r
- *    Alvaro Sanchex-Leon - Updated for TMF\r
+ *    Alvaro Sanchex-Leon - Udpated for TMF\r
  *\r
  * $Id: ITimeDataProvider.java,v 1.2 2007/02/27 18:37:36 ewchan Exp $ \r
  *****************************************************************************/\r
@@ -33,27 +33,8 @@ public interface ITimeDataProvider {
 \r
        long getMinTimeInterval();\r
 \r
-       /**\r
-        * Updates the time range and notify registered listeners\r
-        * \r
-        * @param time0\r
-        * @param time1\r
-        */\r
-       void setStartFinishTimeNotify(long time0, long time1);\r
-\r
-       /**\r
-        * Update the time range but do not trigger event notification\r
-        * \r
-        * @param time0\r
-        * @param time1\r
-        */\r
        void setStartFinishTime(long time0, long time1);\r
 \r
-    /**\r
-     * Notify registered listeners without updating the time range\r
-     */\r
-    void notifyStartFinishTime();\r
-\r
        void setSelectedTimeInt(long time, boolean ensureVisible);\r
 \r
        void resetStartFinishTime();\r
This page took 0.02643 seconds and 5 git commands to generate.