public class WebEvents extends EventsImpl
eventPublisher
HIGHEST_PLATFORM_PRECEDENCE, LOWEST_PLATFORM_PRECEDENCE, NAME
Constructor and Description |
---|
WebEvents() |
Modifier and Type | Method and Description |
---|---|
void |
publish(org.springframework.context.ApplicationEvent event)
Notify all matching listeners registered with this application of an application event.
|
public void publish(org.springframework.context.ApplicationEvent event)
Events
You can use PayloadApplicationEvent
to publish any object as an event.
publish
in interface Events
publish
in class EventsImpl
event
- the event to publishRequestHandledEvent