ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / widgets / virtualtable / IDoubleClickListener.java
index afa994b23efd4c9d77aa6a0c0d80d401cdd60d2c..a11152dd31a2fb21920f18c71e476c6d45136fac 100644 (file)
@@ -19,12 +19,12 @@ import org.eclipse.swt.widgets.TableItem;
  */
 public interface IDoubleClickListener {
 
-       /**
-        * Handle a double click event
-        * @param table the table that was double clicked
-        * @param item the item that was double clicked in the table
-        * @param column the column that was double clicked in the item in the table.
-        */
-       void handleDoubleClick(TmfVirtualTable table, TableItem item, int column);
+    /**
+     * Handle a double click event
+     * @param table the table that was double clicked
+     * @param item the item that was double clicked in the table
+     * @param column the column that was double clicked in the item in the table.
+     */
+    void handleDoubleClick(TmfVirtualTable table, TableItem item, int column);
 
 }
This page took 0.025984 seconds and 5 git commands to generate.