de.kosi.util
Interface ListenerList.EventDispatcher

Enclosing class:
ListenerList

public static interface ListenerList.EventDispatcher

Interface for an EventDispatcher.

Author:
Jan-Ole Janssen, Timo Sticher, Niklas Mehner

Method Summary
 void dispatch(java.util.EventListener listener)
          Dispatch an event to a listener.
 

Method Detail

dispatch

public void dispatch(java.util.EventListener listener)
              throws java.rmi.RemoteException
Dispatch an event to a listener.
Parameters:
listener - Listener, that should receive the event.
Throws:
java.rmi.RemoteException - if the RemoteCall to the listener fails.