tmf: Use tabs in statistics view for each traces
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / viewers / 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 9 * Contributors:
09667aa4 10 * Mathieu Denis <mathieu.denis@polymtl.ca> - Initial design and implementation
79e08fd0
BH
11 * Bernd Hufmann - Changed interface and class name
12 *******************************************************************************/
13
cfd22ad0 14package org.eclipse.linuxtools.tmf.ui.viewers.statistics;
79e08fd0
BH
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 *
cfd22ad0 20 * @version 2.0
b544077e 21 * @author Mathieu Denis
cfd22ad0 22 * @since 2.0
79e08fd0
BH
23 */
24public interface ITmfExtraEventInfo {
013a5f1c 25
b544077e 26 /**
05627bda 27 * Returns the name of the trace.
09667aa4 28 *
b544077e
BH
29 * @return the name of the trace.
30 */
79e08fd0
BH
31 public String getTraceName();
32}
This page took 0.03031 seconds and 5 git commands to generate.