tmf: Use tabs in statistics view for each traces
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / src / org / eclipse / linuxtools / internal / lttng / ui / viewers / timeAnalysis / ITmfTimeFilterSelectionListener.java
CommitLineData
b0d3496e
ASL
1/*******************************************************************************\r
2 * Copyright (c) 2009 Ericsson\r
3 * \r
4 * All rights reserved. This program and the accompanying materials are\r
5 * made available under the terms of the Eclipse Public License v1.0 which\r
6 * accompanies this distribution, and is available at\r
7 * http://www.eclipse.org/legal/epl-v10.html\r
8 * \r
9 * Contributors:\r
10 * Alvaro Sanchez-Leon - Initial API and implementation\r
11 *******************************************************************************/\r
12\r
2fa130b8 13package org.eclipse.linuxtools.internal.lttng.ui.viewers.timeAnalysis;\r
b0d3496e
ASL
14\r
15import java.util.EventListener;\r
16\r
17public interface ITmfTimeFilterSelectionListener extends EventListener {\r
18 public void tmfTaProcessFilterSelection(TmfTimeFilterSelectionEvent event);\r
19}\r
This page took 0.034356 seconds and 5 git commands to generate.