[Schmitzm-commits] r135 - trunk/src/schmitzm/jfree/chart/selection

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Sat May 30 22:26:57 CEST 2009


Author: mojays
Date: 2009-05-30 22:26:57 +0200 (Sat, 30 May 2009)
New Revision: 135

Removed:
   trunk/src/schmitzm/jfree/chart/selection/SelectionChangeEvent.java
Log:
SelectionChangeEvent removed because of renaming to DatasetSelectionChangeEvent

Deleted: trunk/src/schmitzm/jfree/chart/selection/SelectionChangeEvent.java
===================================================================
--- trunk/src/schmitzm/jfree/chart/selection/SelectionChangeEvent.java	2009-05-30 20:22:00 UTC (rev 134)
+++ trunk/src/schmitzm/jfree/chart/selection/SelectionChangeEvent.java	2009-05-30 20:26:57 UTC (rev 135)
@@ -1,27 +0,0 @@
-/** SCHMITZM - This file is part of the java library of Martin O.J. Schmitz (SCHMITZM)
-
-    This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
-    This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-    You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA
-
-    Diese Bibliothek ist freie Software; Sie dürfen sie unter den Bedingungen der GNU Lesser General Public License, wie von der Free Software Foundation veröffentlicht, weiterverteilen und/oder modifizieren; entweder gemäß Version 2.1 der Lizenz oder (nach Ihrer Option) jeder späteren Version.
-    Diese Bibliothek wird in der Hoffnung weiterverbreitet, daß sie nützlich sein wird, jedoch OHNE IRGENDEINE GARANTIE, auch ohne die implizierte Garantie der MARKTREIFE oder der VERWENDBARKEIT FÜR EINEN BESTIMMTEN ZWECK. Mehr Details finden Sie in der GNU Lesser General Public License.
-    Sie sollten eine Kopie der GNU Lesser General Public License zusammen mit dieser Bibliothek erhalten haben; falls nicht, schreiben Sie an die Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA.
- **/
-package schmitzm.jfree.chart.selection;
-
-import javax.swing.event.ChangeEvent;
-
-/**
- * This event indicates a change on a dataset selection.
- * @author <a href="mailto:martin.schmitz at koeln.de">Martin Schmitz</a>
- */
-public class SelectionChangeEvent extends ChangeEvent {
-  /**
-   * Creates a new event.
-   * @param source
-   */
-  public SelectionChangeEvent(Object source) {
-    super(source);
-  }
-}



More information about the Schmitzm-commits mailing list