nl.tudelft.simulation.event
Interface EventListenerInterface

All Superinterfaces:
EventListener
All Known Subinterfaces:
RemoteEventListenerInterface
All Known Implementing Classes:
RemoteEventListener

public interface EventListenerInterface
extends EventListener

The EventListenerInterface creates a callback method for publishers to inform their clients.

(c) copyright 2002-2005 Delft University of Technology , the Netherlands.

See for project information www.simulation.tudelft.nl/event
License of use: Lesser General Public License (LGPL) , no warranty

Since:
1.1
Version:
$Revision: 1.1 $ $Date: 2007/01/06 13:24:35 $
Author:
Peter Jacobs

Method Summary
 void notify(EventInterface event)
          notifies the eventlistener of an event.
 

Method Detail

notify

void notify(EventInterface event)
            throws RemoteException
notifies the eventlistener of an event. This operation forms the callback method of the asynchronous communication prototcol expressed in the event package.

Parameters:
event - the event which is sent to the listener.
Throws:
RemoteException - If a network connection failure occurs.


Copyright © 2002-2011 Delft University of Technology, the Netherlands. All Rights Reserved.