Next: Performaces
Up: listener
Previous: Introduction
Contents
- 20060103
Added priority Listener for a given Event type. The priority can be
changed dynamically if necessary. Little drawback in speed.
- 20051213
Simplified interface for Publisher.
- 20051212
Added MultiplexerListener class to simplify
Listener declarations.
It is now possible to avoid creating a Listener class for a
given Event. Three templated functions are introduced to
simplify the mechanisum of connection/disconnection:
- igs_connect(Publisher*, Subscriber*,
igs_functor/igs_function,int)
- igs_disconnect(Publisher*, Subscriber*,
igs_functor/igs_function,int)
- igs_get_listener(Publisher*, Subscriber*,
igs_functor/igs_function,int)
- 20051126
Added ListenerForEvent<E> class to simplify
Listener declarations.
Use now std::list instead of std::vector, for
performance reasons.
- 20051014
First revision of the package which is fully functional.
Frantz Maerten
2006-01-30