public interface SmartApplicationListener extends ApplicationListener<ApplicationEvent>, Ordered
ApplicationListener interface,
exposing further metadata such as the supported event and source type.
For full introspection of generic event types, consider implementing
the GenericApplicationListener interface instead.
GenericApplicationListener,
GenericApplicationListenerAdapterHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsEventType(Class<? extends ApplicationEvent> eventType)
Determine whether this listener actually supports the given event type.
|
boolean |
supportsSourceType(Class<?> sourceType)
Determine whether this listener actually supports the given source type.
|
onApplicationEventboolean supportsEventType(Class<? extends ApplicationEvent> eventType)
eventType - the event type (never null)