aboutsummaryrefslogtreecommitdiff
path: root/src/IvyApplicationListener.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/IvyApplicationListener.java')
-rwxr-xr-xsrc/IvyApplicationListener.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IvyApplicationListener.java b/src/IvyApplicationListener.java
index f4894bf..1f4303e 100755
--- a/src/IvyApplicationListener.java
+++ b/src/IvyApplicationListener.java
@@ -1,7 +1,6 @@
-package fr.dgac.ivy;
-
/**
* this interface specifies the methods of an ApplicationListener
+ * @see IvyApplicationAdapter
*
* @author Francois-Rzgis Colin
* @author Yannick Jestin
@@ -17,6 +16,7 @@ package fr.dgac.ivy;
* - sendDie now requires a String argument ! It is MANDATORY, and could
* impact your implementations !
*/
+package fr.dgac.ivy;
public interface IvyApplicationListener extends java.util.EventListener {
/**