Generated by
JDiff

Class org.springframework.context.event.AbstractApplicationEventMulticaster

Changed Methods
void addApplicationListener(ApplicationListener<?>) Change in signature from ApplicationListener to ApplicationListener<?>.
 
void removeApplicationListener(ApplicationListener<?>) Change in signature from ApplicationListener to ApplicationListener<?>.
 
boolean supportsEvent(ApplicationListener<?>, Class<ApplicationEvent>, Class<?>) Change in signature from (ApplicationListener, Class<ApplicationEvent>, Class) to (ApplicationListener<?>, Class<ApplicationEvent>, Class<?>).
Determine whether the given listener supports the given event.
Collection<ApplicationListener<?>> getApplicationListeners() Change in return type from Collection<ApplicationListener> to Collection<ApplicationListener<?>>.
Return a Collection containing all ApplicationListeners.
Collection<ApplicationListener<?>> getApplicationListeners(ApplicationEvent) Change in return type from Collection<ApplicationListener> to Collection<ApplicationListener<?>>.
Return a Collection of ApplicationListeners matching the given event type.