Update javadoc
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / colors / IColorSettingsListener.java
CommitLineData
ca13a91c
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.views.colors;\r
14\r
00511ef2
FC
15/**\r
16 * A color change listener\r
17 * \r
18 * @version 1.0\r
19 * @author Patrick Tasse\r
20 */\r
ca13a91c
FC
21public interface IColorSettingsListener {\r
22\r
23 public void colorSettingsChanged(ColorSetting[] colorSettings);\r
24}\r
This page took 0.030335 seconds and 5 git commands to generate.