public interface BroadleafApplicationEventPublisher
| Modifier and Type | Method and Description | 
|---|---|
| void | publishEvent(org.springframework.context.ApplicationEvent applicationEvent)Publishes the  ApplicationEventon the ApplicationContext in a synchronized or unsynchronized context. | 
| void | publishEventUnsynchronized(org.springframework.context.ApplicationEvent applicationEvent)Publishes the  ApplicationEventon 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 © 2020. All rights reserved.