Bug 378401: Implementation of time graph widget.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / widgets / timegraph / model / ITimeEvent.java
index fbd64782b5f427c153f033c02bba6a5465314117..02afa7a193d97e31c9f57f9ed14793e19a318867 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2009 Ericsson\r
+ * Copyright (c) 2009, 2012 Ericsson\r
  * \r
  * All rights reserved. This program and the accompanying materials are\r
  * made available under the terms of the Eclipse Public License v1.0 which\r
@@ -8,6 +8,7 @@
  * \r
  * Contributors:\r
  *   Alvaro Sanchez-Leon - Initial API and implementation\r
+ *   Patrick Tasse - Refactoring\r
  *******************************************************************************/\r
 \r
 package org.eclipse.linuxtools.tmf.ui.widgets.timegraph.model;\r
@@ -15,19 +16,19 @@ package org.eclipse.linuxtools.tmf.ui.widgets.timegraph.model;
 \r
 public interface ITimeEvent {\r
 \r
-       public ITmfTimeAnalysisEntry getEntry();\r
+    public ITimeGraphEntry getEntry();\r
 \r
-       public long getTime();\r
+    public long getTime();\r
 \r
-       /**\r
-        * @return\r
-        * <list>\r
-        * <li>-1: Considers duration to be from current event till the next</li>\r
-        * <li>0: Duration is not relevant e.g. a Burst / no state associated</li>\r
-        * <li>>0: Valid duration value specified</li>\r
-        * </list>\r
-        * <p>\r
-        */\r
-       public long getDuration();\r
+    /**\r
+     * @return\r
+     * <list>\r
+     * <li>-1: Considers duration to be from current event till the next</li>\r
+     * <li>0: Duration is not relevant e.g. a Burst / no state associated</li>\r
+     * <li>>0: Valid duration value specified</li>\r
+     * </list>\r
+     * <p>\r
+     */\r
+    public long getDuration();\r
 \r
 }
\ No newline at end of file
This page took 0.033317 seconds and 5 git commands to generate.