Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ListenerInterface Class Reference

An interface that other classes may implement in order to receive events happening inside of Observable objects. More...

#include <ListenerInterface.h>

Inheritance diagram for ListenerInterface::

LinkLayerInterface NetworkLayer Node VisualizerListener List of all members.

Public Methods

virtual void handleEvent (ObservableInterface *observable, int eventType, void *object)=0
 This function is called when something interesting happens within the ObservableInterface. More...


Detailed Description

An interface that other classes may implement in order to receive events happening inside of Observable objects.

Definition at line 10 of file ListenerInterface.h.


Member Function Documentation

virtual void ListenerInterface::handleEvent ObservableInterface * o,
int type,
void * data
[pure virtual]
 

This function is called when something interesting happens within the ObservableInterface.

Reimplemented in LinkLayerInterface, NetworkLayer, Node, and VisualizerListener.


The documentation for this class was generated from the following file:
Generated at Thu Jul 11 13:31:57 2002 for Peekabooty by doxygen1.2.9 written by Dimitri van Heesch, © 1997-2001