Interface SmartApplicationListener

All Superinterfaces:
ApplicationListener<ApplicationEvent>, EventListener, Ordered
All Known Subinterfaces:
GenericApplicationListener
All Known Implementing Classes:
ApplicationListenerMethodAdapter, DefaultSimpUserRegistry, GenericApplicationListenerAdapter, MultiServerUserRegistry, SourceFilteringListener, TransactionalApplicationListenerMethodAdapter

public interface SmartApplicationListener extends ApplicationListener<ApplicationEvent>, Ordered
Extended variant of the standard 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.

Since:
3.0
Author:
Juergen Hoeller
See Also: