Interface EventListener<T extends Event>

All Superinterfaces:
org.springframework.context.ApplicationListener<T>, EventListener
All Known Subinterfaces:
TransactionalEventListener<T>

public interface EventListener<T extends Event> extends org.springframework.context.ApplicationListener<T>
Interfaces for listeners of ST EventListenerTest. While not strictly necessary, this interface has been introduced to weaken the coupling of event consumers from the underlying Spring infrastructure.
Author:
Manuel Fiorelli
  • Method Summary

    Methods inherited from interface org.springframework.context.ApplicationListener

    onApplicationEvent, supportsAsyncExecution