tmf: Update Javadoc throughout tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / uml2sd / ITimeCompressionListener.java
index a8f4e4012b286a0005363ba1006f5cc603ebeda5..f81f07014d28be809fa757fca62d01e12135df66 100755 (executable)
@@ -1,13 +1,13 @@
 /**********************************************************************
  * Copyright (c) 2005, 2006 IBM Corporation and others.
  * Copyright (c) 2011, 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: 
+ *
+ * Contributors:
  * IBM - Initial API and implementation
  * Bernd Hufmann - Updated for TMF
  **********************************************************************/
@@ -19,17 +19,16 @@ import org.eclipse.linuxtools.tmf.ui.views.uml2sd.drawings.IColor;
 /**
  * <p>
  * Listener interface for the time compression bar to notify about dela selection.
- * </p> 
- * 
+ * </p>
+ *
  * @author sveyrier
  * @version 1.0
- * 
  */
 public interface ITimeCompressionListener {
 
     /**
      * Notifies listeners about a selected delta.
-     * 
+     *
      * @param lifeline The current lifeline.
      * @param startEvent The start event selected.
      * @param nbEvent A number of events.
This page took 0.024362 seconds and 5 git commands to generate.