tmf: Update copyright headers in tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / colors / IColorSettingsListener.java
index f7fd7feb4099e1adbab8c0ca9e0641e038440c4c..f6febda853e8a8ec98f178a046fa0e918e0f7df5 100644 (file)
@@ -1,18 +1,30 @@
-/*******************************************************************************\r
- * Copyright (c) 2010 Ericsson\r
- * \r
- * All rights reserved. This program and the accompanying materials are\r
- * made available under the terms of the Eclipse Public License v1.0 which\r
- * accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- * \r
- * Contributors:\r
- *   Patrick Tasse - Initial API and implementation\r
- *******************************************************************************/\r
-\r
-package org.eclipse.linuxtools.tmf.ui.views.colors;\r
-\r
-public interface IColorSettingsListener {\r
-\r
-       public void colorSettingsChanged(ColorSetting[] colorSettings);\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2010, 2012 Ericsson
+ *
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *   Patrick Tasse - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.ui.views.colors;
+
+/**
+ * A color change listener
+ *
+ * @version 1.0
+ * @author Patrick Tasse
+ */
+public interface IColorSettingsListener {
+
+    /**
+     * Notify the listener that the color settings have changed.
+     *
+     * @param colorSettings
+     *            The new color settings
+     */
+    public void colorSettingsChanged(ColorSetting[] colorSettings);
+}
This page took 0.025106 seconds and 5 git commands to generate.