From a5ca9fd3f54783b7f9371d69574660f29fe0d10f Mon Sep 17 00:00:00 2001 From: jestin Date: Fri, 11 Aug 2000 09:15:47 +0000 Subject: Probe is the java implementation of ivyprobe(1). It supports the same syntax. --- src/IvyApplicationAdapter.java | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'src/IvyApplicationAdapter.java') diff --git a/src/IvyApplicationAdapter.java b/src/IvyApplicationAdapter.java index 16491b5..af198dd 100755 --- a/src/IvyApplicationAdapter.java +++ b/src/IvyApplicationAdapter.java @@ -1,14 +1,20 @@ -/* -** -** BusCallbackAdapter -** -** la même pratique que pour l awt 1.1. Quand on ne veut implémenter qu une -** des trois fonctions membres, il suffit d étendre l'adapter -** pas de constructeur ... c'est donc une class abstraite -*/ - package fr.dgac.ivy; + +/** + * this class is a dummy ApplicationListener + * + * @author François-Régis Colin + * @author Yannick Jestin + * @author http://www.tls.cena.fr/products/ivy/ + * + * an ApplicatinListener 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 + * this. + */ + public abstract class IvyApplicationAdapter implements IvyApplicationListener { public void connect( IvyClient client ) { } public void disconnect( IvyClient client ) { } -- cgit v1.1