| Class EventFramework::NullEventHandler |
|
|
Concrete implementation of an EventHandler that does no processing of Events. This handler always returns true, and thus will always permit subsequent handlers in a chain the chance to process the Event. A canonical instance of this class is stored in the NULL_EVENT_HANDLER constant.