Implement this interface and register your instance with the dispatcher to get notified when operators are registered or deregistered with the dispatcher. More...
#include <Dispatcher.h>
Public Member Functions | |
virtual void | onOperatorRegistered (const OperatorHandle &op)=0 |
virtual void | onOperatorDeregistered (const OperatorHandle &op)=0 |
Implement this interface and register your instance with the dispatcher to get notified when operators are registered or deregistered with the dispatcher.
Definition at line 55 of file Dispatcher.h.