X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.client.ui.dist%2Fsrc%2Forg%2Fargeo%2Fslc%2Fclient%2Fui%2Fdist%2Futils%2FAbstractHyperlinkListener.java;fp=org.argeo.slc.client.ui.dist%2Fsrc%2Forg%2Fargeo%2Fslc%2Fclient%2Fui%2Fdist%2Futils%2FAbstractHyperlinkListener.java;h=0000000000000000000000000000000000000000;hb=9cdf3ff23b7416beca4ec27fba01888c7c37d298;hp=3c95ac4914cef4c9481cf5853a96644f35a4d1d1;hpb=f2a441320ce894733e55e72be1f2d560ff825b78;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.client.ui.dist/src/org/argeo/slc/client/ui/dist/utils/AbstractHyperlinkListener.java b/org.argeo.slc.client.ui.dist/src/org/argeo/slc/client/ui/dist/utils/AbstractHyperlinkListener.java deleted file mode 100644 index 3c95ac491..000000000 --- a/org.argeo.slc.client.ui.dist/src/org/argeo/slc/client/ui/dist/utils/AbstractHyperlinkListener.java +++ /dev/null @@ -1,42 +0,0 @@ -/* - * Argeo Connect - Data management and communications - * Copyright (C) 2012 Argeo GmbH - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see - * - * Additional permission under GNU GPL version 3 section 7 - * - * If you modify this Program, or any covered work, by linking or combining it - * with software covered by the terms of the Eclipse Public License, the - * licensors of this Program grant you additional permission to convey the - * resulting work. Corresponding Source for a non-source form of such a - * combination shall include the source code for the parts of such software - * which are used as well as that of the covered work. - */ -package org.argeo.slc.client.ui.dist.utils; - -import org.eclipse.ui.forms.events.HyperlinkEvent; -import org.eclipse.ui.forms.events.IHyperlinkListener; - -public abstract class AbstractHyperlinkListener implements IHyperlinkListener { - - public void linkEntered(HyperlinkEvent e) { - } - - public void linkExited(HyperlinkEvent e) { - } - - /** Must be overriden **/ - public abstract void linkActivated(HyperlinkEvent e); -} \ No newline at end of file