Class EventFramework::NullEventHandler
In: event.rb
Parent: EventHandler
WorkerThread EventDispatcher EventProcessor EventHandler NullEventHandler ChainEventHandler PrintEventHandler EventFramework EventGenerator Event EventFramework Module: EventFramework

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.