aboutsummaryrefslogtreecommitdiff
path: root/src/IvyApplicationAdapter.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/IvyApplicationAdapter.java')
-rwxr-xr-xsrc/IvyApplicationAdapter.java4
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 ) {}
}