/** * Ivy software bus package Enum helper utility, used from {@link Ivy.bindAsyncMsg} to choose whether the * callbacks will be performed either in the same thread of the ivy protocol * handling, or in the the Swing Thread, or in a newly created thread. * * * @author Yannick Jestin yannick.jestin&enac.fr * @author http://www.tls.cena.fr/products/ivy/ * * (c) CENA 1998-2004 * (c) ENAC 2005-2011 * * CHANGELOG: * 1.2.14 * introduced */ package fr.dgac.ivy; public enum BindType {NORMAL, ASYNC, SWING }