@Service(value="blApplicationEventPublisher") public class BroadleafApplicationEventPublisherImpl extends Object implements BroadleafApplicationEventPublisher
| Modifier and Type | Field and Description | 
|---|---|
| protected org.springframework.context.ApplicationContext | applicationContext | 
| Constructor and Description | 
|---|
| BroadleafApplicationEventPublisherImpl() | 
| 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. | 
@Autowired protected org.springframework.context.ApplicationContext applicationContext
public BroadleafApplicationEventPublisherImpl()
public void publishEvent(org.springframework.context.ApplicationEvent applicationEvent)
BroadleafApplicationEventPublisherApplicationEvent on the ApplicationContext in a synchronized or unsynchronized context.publishEvent in interface BroadleafApplicationEventPublisherpublic void publishEventUnsynchronized(org.springframework.context.ApplicationEvent applicationEvent)
BroadleafApplicationEventPublisherApplicationEvent on the ApplicationContext in an unsynchronized context.publishEventUnsynchronized in interface BroadleafApplicationEventPublisherCopyright © 2020. All rights reserved.