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/BindType.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/BindType.java') diff --git a/src/BindType.java b/src/BindType.java index 7eb1bdc..6784725 100644 --- a/src/BindType.java +++ b/src/BindType.java @@ -1,5 +1,8 @@ /** - * a software bus package + * Ivy software bus package Enum helper utility, used to choose whether the + * callbacks will be performed in the same thread of the ivy protocol + * handling, or in the the Swing Thread, or in a newly created thread. + * @see Ivy.bindAsyncMsg * * @author Yannick Jestin yannick.jestin&enac.fr -- cgit v1.1