public interface

ApplicationEventPublisher

org.springframework.context.ApplicationEventPublisher
Known Indirect Subclasses

Class Overview

Interface that encapsulates event publication functionality. Serves as super-interface for ApplicationContext.

Summary

Public Methods
abstract void publishEvent(ApplicationEvent event)
Notify all listeners registered with this application of an application event.

Public Methods

public abstract 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.

Parameters
event the event to publish