This is an automated email from the git hooks/post-receive script. New commit to branch develop-4.4.x in repository tutti. See http://git.codelutin.com/tutti.git commit 799bf962dce51e331a052d7028d2ebcc8798836d Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Feb 11 14:32:03 2016 +0100 Et les listeners doivent étendre EventListener... --- .../tutti/ui/swing/content/operation/catches/BatchSavedListener.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/BatchSavedListener.java b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/BatchSavedListener.java index 8a6d91a..938543d 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/BatchSavedListener.java +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/BatchSavedListener.java @@ -1,10 +1,12 @@ package fr.ifremer.tutti.ui.swing.content.operation.catches; +import java.util.EventListener; + /** * @author Kevin Morin (Code Lutin) * @since 4.4.2 */ -public interface BatchSavedListener { +public interface BatchSavedListener extends EventListener { void onBatchSaved(BatchSavedEvent evt); } -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.