CGAL::Multi_listener<Interface>

Definition

The class Multi_listener<Interface> implements a base class for listeners where more than one listener is allowed to subscribe to a notifier. See Listener for full documentation. This uses the function calls new_listener() and delete_listener() to register and unrester the listener (instead of set_listener()).

#include <CGAL/Kinetic/Multi_listener.h>

See Also

Listener<Interface>.