lttng: Help stabilize some TimeGraphs tests
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / views / colors / IColorSettingsListener.java
CommitLineData
be222f56 1/*******************************************************************************
ed902a2b 2 * Copyright (c) 2010, 2014 Ericsson
be222f56
PT
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
2bdf0193 13package org.eclipse.tracecompass.tmf.ui.views.colors;
be222f56
PT
14
15/**
16 * A color change listener
17 *
18 * @version 1.0
19 * @author Patrick Tasse
20 */
21public interface IColorSettingsListener {
22
23 /**
24 * Notify the listener that the color settings have changed.
25 *
26 * @param colorSettings
27 * The new color settings
28 */
57a2a5ca 29 void colorSettingsChanged(ColorSetting[] colorSettings);
be222f56 30}
This page took 0.14533 seconds and 5 git commands to generate.