public interface BroadleafApplicationEventPublisher
Modifier and Type | Method and Description |
---|---|
void |
publishEvent(org.springframework.context.ApplicationEvent applicationEvent)
Publishes the
ApplicationEvent on the ApplicationContext in a synchronized or unsynchronized context. |
void |
publishEventUnsynchronized(org.springframework.context.ApplicationEvent applicationEvent)
Publishes the
ApplicationEvent on the ApplicationContext in an unsynchronized context. |
void publishEvent(org.springframework.context.ApplicationEvent applicationEvent)
ApplicationEvent
on the ApplicationContext in a synchronized or unsynchronized context.applicationEvent
- void publishEventUnsynchronized(org.springframework.context.ApplicationEvent applicationEvent)
ApplicationEvent
on the ApplicationContext in an unsynchronized context.applicationEvent
- Copyright © 2022. All rights reserved.