From 6a0be62488b406149903a7368cea8df0f1f27d33 Mon Sep 17 00:00:00 2001 From: jestin Date: Tue, 4 Jun 2002 17:02:02 +0000 Subject: Many major corrections, see changelogs for details. - Domain bug fix - die semantics OK - non CPU-eating socket listeners cVS: ---------------------------------------------------------------------- --- src/Probe.java | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/Probe.java') diff --git a/src/Probe.java b/src/Probe.java index 7719e73..be2275e 100644 --- a/src/Probe.java +++ b/src/Probe.java @@ -8,7 +8,12 @@ import gnu.getopt.Getopt; * @see fr.dgac.ivy.TestIvySwing * @author Yannick Jestin * @author http://www.tls.cena.fr/products/ivy/ - * TODO BUG ! Should exit on end of user input + * + * + * Changelog: + * 1.0.10 + * Should exit on end of user input + * Should handle multiple domains - it was a IvyWatcher problem - */ class Probe implements IvyApplicationListener, IvyMessageListener { @@ -82,6 +87,7 @@ class Probe implements IvyApplicationListener, IvyMessageListener { public void die(IvyClient client, int id) { looping=false; System.out.println("received die msg from " + client.getApplicationName() ); + System.exit(0); } public void directMessage(IvyClient client, int id, String arg) { -- cgit v1.1