#include <ListenerInterface.h>
Inheritance diagram for ListenerInterface::
Public Methods | |
virtual void | handleEvent (ObservableInterface *observable, int eventType, void *object)=0 |
This function is called when something interesting happens within the ObservableInterface. More... |
Definition at line 10 of file ListenerInterface.h.
|
This function is called when something interesting happens within the ObservableInterface.
Reimplemented in LinkLayerInterface, NetworkLayer, Node, and VisualizerListener. |