Files
spring-framework/spring-context/src/test/java/org/springframework
Stephane Nicoll bf786c3176 Support for multiple events per method
In addition to specifying the event type to listen to via a method
parameter, any @EventListener annotated method can now alternatively
define the event type(s) to listen to via the "classes" attributes (that
is aliased to "value").

Something like

@EventListener({FooEvent.class, BarEvent.class})
public void handleFooBar() { .... }

Issue: SPR-13156
2015-07-08 14:51:07 +02:00
..
2015-06-16 22:01:58 +02:00
2015-05-11 14:42:45 +02:00
2015-02-28 10:32:40 +01:00
2015-02-28 10:32:40 +01:00
2013-01-04 10:02:29 +01:00
2015-05-19 08:49:01 +02:00