d36d9d24064cfc946410103c31cabb39c21f23da
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / views / colors / IColorSettingsListener.java
1 /*******************************************************************************
2 * Copyright (c) 2010, 2014 Ericsson
3 *
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
8 *
9 * Contributors:
10 * Patrick Tasse - Initial API and implementation
11 *******************************************************************************/
12
13 package org.eclipse.tracecompass.tmf.ui.views.colors;
14
15 /**
16 * A color change listener
17 *
18 * @version 1.0
19 * @author Patrick Tasse
20 */
21 public interface IColorSettingsListener {
22
23 /**
24 * Notify the listener that the color settings have changed.
25 *
26 * @param colorSettings
27 * The new color settings
28 */
29 void colorSettingsChanged(ColorSetting[] colorSettings);
30 }
This page took 0.033858 seconds and 4 git commands to generate.