tmf: Update Javadoc throughout tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / viewers / events / ITmfEventsFilterProvider.java
index 30e268203a2b8240940c842acfe67d9c013787f2..57914093856836ff1d0f3ef0e9a6f8df487d49fc 100644 (file)
@@ -1,11 +1,11 @@
 /*******************************************************************************\r
  * Copyright (c) 2010 Ericsson\r
- * \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
+ *\r
  * Contributors:\r
  *   Patrick Tasse - Initial API and implementation\r
  *******************************************************************************/\r
@@ -20,8 +20,20 @@ package org.eclipse.linuxtools.tmf.ui.viewers.events;
  */\r
 public interface ITmfEventsFilterProvider {\r
 \r
-       public void addEventsFilterListener (ITmfEventsFilterListener listener);\r
-       \r
+    /**\r
+     * Add a listener to this provider.\r
+     *\r
+     * @param listener\r
+     *            The listener to add\r
+     */\r
+    public void addEventsFilterListener(ITmfEventsFilterListener listener);\r
+\r
+    /**\r
+     * Remove a listener from this provider.\r
+     *\r
+     * @param listener\r
+     *            The listener to remove\r
+     */\r
        public void removeEventsFilterListener (ITmfEventsFilterListener listener);\r
-       \r
+\r
 }\r
This page took 0.024534 seconds and 5 git commands to generate.