Home > Guides > Core Developers Guide > DispatcherListener

Use a DispatcherListener object to execute code when a Dispatcher is initalized or destroyed. A DispatcherListener is an easy way to associate customizable components like a ConfigurationManager with a Dispatcher.

Example

Next: PreResultListener