|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnl.tudelft.simulation.event.remote.RemoteEventListener
The RemoteEventListener class embodies a remoteEventListener.
(c) copyright 2004 Delft
University of Technology , the Netherlands.
See for project information
www.simulation.tudelft.nl
License of use: General Public
License (GPL) , no warranty
| Constructor Summary | |
RemoteEventListener(EventListenerInterface owner)
Constructs a new RemoteListener. |
|
| Method Summary | |
void |
notify(EventInterface event)
notifies the eventlistener of an event. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RemoteEventListener(EventListenerInterface owner)
owner - The owner of the listener.| Method Detail |
public void notify(EventInterface event)
throws java.rmi.RemoteException
EventListenerInterface
notify in interface EventListenerInterfaceevent - the event which is sent to the listener.
java.rmi.RemoteException - If a network connection failure occurs.notify(nl.tudelft.simulation.event.EventInterface)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||