@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
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. |
@Autowired protected org.springframework.context.ApplicationContext applicationContext
public BroadleafApplicationEventPublisherImpl()
public void publishEvent(org.springframework.context.ApplicationEvent applicationEvent)
BroadleafApplicationEventPublisher
ApplicationEvent
on the ApplicationContext in a synchronized or unsynchronized context.publishEvent
in interface BroadleafApplicationEventPublisher
public void publishEventUnsynchronized(org.springframework.context.ApplicationEvent applicationEvent)
BroadleafApplicationEventPublisher
ApplicationEvent
on the ApplicationContext in an unsynchronized context.publishEventUnsynchronized
in interface BroadleafApplicationEventPublisher
Copyright © 2022. All rights reserved.