tmf: Update Javadoc throughout tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / statistics / ITmfExtraEventInfo.java
CommitLineData
79e08fd0 1/*******************************************************************************
b544077e 2 * Copyright (c) 2011, 2012 Ericsson
013a5f1c 3 *
79e08fd0
BH
4 * All rights reserved. This program and the accompanying materials are
5 * made available under the terms of the Eclipse Public License v1.0 which
6 * accompanies this distribution, and is available at
7 * http://www.eclipse.org/legal/epl-v10.html
013a5f1c 8 *
79e08fd0
BH
9 * Contributors:
10 * Mathieu Denis (mathieu.denis@polymtl.ca) - Initial design and implementation
11 * Bernd Hufmann - Changed interface and class name
12 *******************************************************************************/
13
14package org.eclipse.linuxtools.tmf.ui.views.statistics;
15
16/**
013a5f1c
AM
17 * This interface provides an extension for updating the data model and to pass
18 * along more information beside events.
19 *
b544077e
BH
20 * @version 1.0
21 * @author Mathieu Denis
79e08fd0
BH
22 */
23public interface ITmfExtraEventInfo {
013a5f1c 24
b544077e
BH
25 /**
26 * Returns the trace name.
27 * @return the name of the trace.
28 */
79e08fd0
BH
29 public String getTraceName();
30}
This page took 0.029038 seconds and 5 git commands to generate.