public class RemoteEventListener extends Object implements RemoteEventListenerInterface
(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
Constructor and Description |
---|
RemoteEventListener(EventListenerInterface owner)
Constructs a new RemoteListener.
|
public RemoteEventListener(EventListenerInterface owner)
owner
- The owner of the listener.public void notify(EventInterface event) throws RemoteException
EventListenerInterface
notify
in interface EventListenerInterface
event
- the event which is sent to the listener.RemoteException
- If a network connection failure occurs.EventListenerInterface.notify(nl.tudelft.simulation.event.EventInterface)
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.