de.kosi.util
Interface DistributedListListener

All Superinterfaces:
java.util.EventListener, java.rmi.Remote
All Known Implementing Classes:
DistributedListAdapter, ProxyDistributedListListener

public interface DistributedListListener
extends java.rmi.Remote, java.util.EventListener

A Listener to a distributed list. This listener gets notified, whenever the list changes.

ChangeLog:

 $Log: DistributedListListener.java,v $
 Revision 1.3  2001/06/08 15:27:33  tanni
 new foyer with a nice splitpane

 Revision 1.2  2001/06/04 14:21:10  jiriki
 Made source more comliant to coding guidelines.

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

 Revision 1.3  2001/02/25 23:16:05  wombat
 - deadlock vermeidung umgestellt.
 - ListenerList erstellt

 Revision 1.2  2001/02/02 10:59:15  wombat
 Updated Documentationm

 

Version:
$Revision: 1.3 $ ($Date: 2001/06/08 15:27:33 $)
Author:
Jan-Ole Janssen, Niklas Mehner, Time Sticher

Method Summary
 void handleEvent(DistributedListEvent event)
          Handle a DistributedListEvent.
 

Method Detail

handleEvent

public void handleEvent(DistributedListEvent event)
                 throws java.rmi.RemoteException
Handle a DistributedListEvent.
Parameters:
event - event to handle.
Throws:
java.rmi.RemoteException - if a RMI call fails.