Defined in File GraphEventProxy.hpp
This class enables the observer pattern for dynamic graphs: It has the same modifiers as a Graph object. When these modifiers are called, they are also called on the underlying graphs. Also, all registered observers (type GraphEventHandler) are notified.
Public Functions