E - An event@Indexed(value=ApplicationEventListener.class) public interface ApplicationEventListener<E> extends 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. |