Update javadoc
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / viewers / events / ITmfEventsFilterListener.java
CommitLineData
46ab8ce3
FC
1/*******************************************************************************\r
2 * Copyright (c) 2010 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 * Patrick Tasse - Initial API and implementation\r
11 *******************************************************************************/\r
12\r
13package org.eclipse.linuxtools.tmf.ui.viewers.events;\r
14\r
6c13869b
FC
15import org.eclipse.linuxtools.tmf.core.filter.ITmfFilter;\r
16import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;\r
46ab8ce3 17\r
00511ef2
FC
18/**\r
19 * A filter/search event listener\r
20 * \r
21 * @version 1.0\r
22 * @author Patrick Tasse\r
23 */\r
46ab8ce3
FC
24public interface ITmfEventsFilterListener {\r
25\r
12c155f5 26 public void filterApplied(ITmfFilter filter, ITmfTrace<?> trace);\r
46ab8ce3 27 \r
12c155f5 28 public void searchApplied(ITmfFilter filter, ITmfTrace<?> trace);\r
46ab8ce3
FC
29 \r
30}\r
This page took 0.030438 seconds and 5 git commands to generate.