E - An event@Indexed(value=ApplicationEventListener.class) @FunctionalInterface public interface ApplicationEventListener<E> extends java.util.EventListener
| Modifier and Type | Method and Description | 
|---|---|
void | 
onApplicationEvent(E event)
Handle an application event. 
 | 
default boolean | 
supports(E event)
Whether the given event is supported. 
 |