de.kosi.util
Class DistributedListAdapter

java.lang.Object
  |
  +--de.kosi.util.DistributedListAdapter
All Implemented Interfaces:
DistributedListListener, java.util.EventListener, java.rmi.Remote

public class DistributedListAdapter
extends java.lang.Object
implements DistributedListListener

A listener adapter to a distributed list. This listener should be the base for all listener implementations.

ChangeLog:

 $Log: DistributedListAdapter.java,v $
 Revision 1.3  2001/06/04 14:21:10  jiriki
 Made source more comliant to coding guidelines.

 Revision 1.2  2001/05/22 10:16:03  jiriki
 - Removed old unused Client class
 - Removed unused import statements.

 Revision 1.1.1.1  2001/04/29 18:05:19  jiriki
 Imported sources from zola.

 Revision 1.1  2001/03/21 13:26:36  wombat
 - Removed bugs in Table
 - began implementation of stree client
 - updated documentation

 

Version:
$Revision: 1.3 $ ($Date: 2001/06/04 14:21:10 $)
Author:
Jan-Ole Janssen, Niklas Mehner, Time Sticher

Constructor Summary
DistributedListAdapter()
          Creates a new Adapter.
 
Method Summary
 void handleEvent(DistributedListEvent event)
          Handle a DistributedListEvent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributedListAdapter

public DistributedListAdapter()
Creates a new Adapter.
Method Detail

handleEvent

public void handleEvent(DistributedListEvent event)
Handle a DistributedListEvent.
Specified by:
handleEvent in interface DistributedListListener
Parameters:
event - event to handle.