From 4ffe8b84071babe544086f94c66431380d301d59 Mon Sep 17 00:00:00 2001 From: jestin Date: Sat, 12 May 2012 14:26:08 +0000 Subject: - minor code cleanup - adds a separate file (Protocol.java) containing the Enum values in a proper pattern - resolved a synchronization bug on Ivy.stop() --- src/IvyApplicationListener.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/IvyApplicationListener.java') 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 { /** -- cgit v1.1