接口 ApplicationEventMulticaster

所有已知实现类:
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 Framework ApplicationContext, can use an ApplicationEventMulticaster as a delegate for actually publishing events.

从以下版本开始:
4.0 2021/12/8 15:18
作者:
Rod Johnson, Juergen Hoeller, Stephane Nicoll, Harry Yang
另请参阅: