org.springframework.context
public interface: ApplicationEventPublisher [javadoc |
source]
All Known Implementing Classes:
FileSystemXmlApplicationContext, AbstractRefreshableApplicationContext, WebApplicationContext, ClassPathXmlApplicationContext, AbstractRefreshablePortletApplicationContext, XmlPortletApplicationContext, ConfigurableApplicationContext, XmlWebApplicationContext, GenericWebApplicationContext, AbstractRefreshableWebApplicationContext, GenericApplicationContext, AbstractRefreshableConfigApplicationContext, AbstractXmlApplicationContext, StaticApplicationContext, ApplicationContext, ResourceAdapterApplicationContext, StaticWebApplicationContext, ConfigurablePortletApplicationContext, AbstractApplicationContext, StaticPortletApplicationContext, ConfigurableWebApplicationContext
Interface that encapsulates event publication functionality.
Serves as super-interface for ApplicationContext.
| Method from org.springframework.context.ApplicationEventPublisher Summary: |
|---|
|
publishEvent |
| Method from org.springframework.context.ApplicationEventPublisher Detail: |
public void publishEvent(ApplicationEvent event)
Notify all listeners registered with this application of an application
event. Events may be framework events (such as RequestHandledEvent)
or application-specific events. |