From be2d18b332eb74b6529e18a8f10abf71fcd7382a Mon Sep 17 00:00:00 2001 From: jestin Date: Fri, 7 Jun 2002 11:18:02 +0000 Subject: doc change for the new release --- src/IvyApplicationAdapter.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/IvyApplicationAdapter.java') diff --git a/src/IvyApplicationAdapter.java b/src/IvyApplicationAdapter.java index af198dd..a07020f 100755 --- a/src/IvyApplicationAdapter.java +++ b/src/IvyApplicationAdapter.java @@ -13,11 +13,14 @@ package fr.dgac.ivy; * convenience for implementing a subset of the methods of the * applicationlistener. See the AWT 1.1 framework for further information on * this. + * + * changelog: + * 1.0.12: fixed a missing id in the parameters */ public abstract class IvyApplicationAdapter implements IvyApplicationListener { public void connect( IvyClient client ) { } public void disconnect( IvyClient client ) { } - public void die( IvyClient client ) { } + public void die( IvyClient client, int id ) { } public void directMessage( IvyClient client, int id,String msgarg ) {} } -- cgit v1.1