Interface ApplicationEventMulticaster

All Known Implementing Classes:
AbstractApplicationEventMulticaster, SimpleApplicationEventMulticaster

public interface ApplicationEventMulticaster
Interface to be implemented by objects that can manage a number of ApplicationListener objects and publish events to them.

An ApplicationEventPublisher, typically a Spring ApplicationContext, can use an ApplicationEventMulticaster as a delegate for actually publishing events.

Author:
Rod Johnson, Juergen Hoeller, Stephane Nicoll
See Also: