ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / histogram / IHistogramModelListener.java
index 2dfd3f21d4b2a6b6080218a8f78c9d35a392b28c..24305e569204c37da72ec641a44a2c975283a7d4 100644 (file)
@@ -1,11 +1,11 @@
 /*******************************************************************************
- * Copyright (c) 2011, 2012 Ericsson
- * 
+ * Copyright (c) 2011, 2013 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:
  *   Bernd Hufmann - Initial API and implementation
  *   Francois Chouinard - Moved from LTTng to TMF
 package org.eclipse.linuxtools.tmf.ui.views.histogram;
 
 /**
- * <b><u>IHistogramModelListener</u></b>
- * <p>
+ * Listener interface for receiving histogram data model notifications.
+ *
+ * @version 1.0
+ * @author Bernd Hufmann
  */
 public interface IHistogramModelListener {
     /**
-     * Method to notify listeners about model updates 
+     * Method to implement to receive notification about model updates.
      */
-    public void modelUpdated();
+    void modelUpdated();
 }
This page took 0.025783 seconds and 5 git commands to generate.