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/IvyBindListener.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/IvyBindListener.java') diff --git a/src/IvyBindListener.java b/src/IvyBindListener.java index 1316a8a..3ac011a 100644 --- a/src/IvyBindListener.java +++ b/src/IvyBindListener.java @@ -1,7 +1,6 @@ -package fr.dgac.ivy; - /** - * this interface specifies the methods of a BindListener + * this interface specifies the methods of a BindListener; it is only useful if you want + * to develop a bus monitor (Ivy Probe, spy, ivymon) * * @author Yannick Jestin * @author http://www.tls.cena.fr/products/ivy/ @@ -10,6 +9,7 @@ package fr.dgac.ivy; * 1.2.8 * - removed the public abstract modifiers, which are redundant */ +package fr.dgac.ivy; public interface IvyBindListener extends java.util.EventListener { -- cgit v1.1