|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventListenerInterface
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
Method Summary | |
---|---|
void |
notify(EventInterface event)
notifies the eventlistener of an event. |
Method Detail |
---|
void notify(EventInterface event) throws RemoteException
event
- the event which is sent to the listener.
RemoteException
- If a network connection failure occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |