|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.tudelft.simulation.event.remote.RemoteEventListener
public class RemoteEventListener
The RemoteEventListener class embodies a remoteEventListener.
(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 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 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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |