Generated by
JDiff

Interface org.springframework.context.event.ApplicationEventMulticaster

Changed Methods
void addApplicationListener(ApplicationListener<?>) Change in signature from ApplicationListener to ApplicationListener<?>.
Add a listener to be notified of all events.
void removeApplicationListener(ApplicationListener<?>) Change in signature from ApplicationListener to ApplicationListener<?>.
Remove a listener from the notification list.