diff options
author | jestin | 2004-01-12 09:48:49 +0000 |
---|---|---|
committer | jestin | 2004-01-12 09:48:49 +0000 |
commit | 64c95fd653177361f7e691ab345ed54d42ef6aed (patch) | |
tree | db912d9c0a42a9010c9841a2a799fde0a3258456 /src/IvyApplicationAdapter.java | |
parent | b06dd52e8550e16cf877a076d24eda2c91e78d7c (diff) | |
download | ivy-java-64c95fd653177361f7e691ab345ed54d42ef6aed.zip ivy-java-64c95fd653177361f7e691ab345ed54d42ef6aed.tar.gz ivy-java-64c95fd653177361f7e691ab345ed54d42ef6aed.tar.bz2 ivy-java-64c95fd653177361f7e691ab345ed54d42ef6aed.tar.xz |
1.2.5 pre
Diffstat (limited to 'src/IvyApplicationAdapter.java')
-rwxr-xr-x | src/IvyApplicationAdapter.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IvyApplicationAdapter.java b/src/IvyApplicationAdapter.java index 376ee9a..0a82486 100755 --- a/src/IvyApplicationAdapter.java +++ b/src/IvyApplicationAdapter.java @@ -5,7 +5,7 @@ * @author Yannick Jestin * @author <a href="http://www.tls.cena.fr/products/ivy/">http://www.tls.cena.fr/products/ivy/</a> * - * an ApplicatinListener class for handling application-level request on the + * an ApplicationListener class for handling application-level request on the * Ivy bus. The methods in this class are empty. This class exists as a * convenience for implementing a subset of the methods of the * applicationlistener. See the AWT 1.1 framework for further information on @@ -19,6 +19,6 @@ package fr.dgac.ivy; public abstract class IvyApplicationAdapter implements IvyApplicationListener { public void connect( IvyClient client ) { } public void disconnect( IvyClient client ) { } - public void die( IvyClient client, int id ) { } + public void die( IvyClient client, int id, String msgarg) { } public void directMessage( IvyClient client, int id,String msgarg ) {} } |