Interface EventHandler

All Superinterfaces:
MessageHandler
All Known Subinterfaces:
EventHandlingComponent
All Known Implementing Classes:
AnnotatedEventHandlingComponent, DelegatingEventHandlingComponent, InterceptingEventHandlingComponent, SequenceCachingEventHandlingComponent, SequenceOverridingEventHandlingComponent, SequencingEventHandlingComponent, SimpleEventHandlingComponent, TracingEventHandlingComponent
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface EventHandler extends MessageHandler
Interface describing a handler of events.
Since:
0.1.0
Author:
Allard Buijze, Steven van Beelen