Interface BroadleafApplicationEventPublisher
- All Known Implementing Classes:
BroadleafApplicationEventPublisherImpl
public interface BroadleafApplicationEventPublisher
- Author:
- Nick Crum ncrum
-
Method Summary
Modifier and TypeMethodDescriptionvoid
publishEvent
(org.springframework.context.ApplicationEvent applicationEvent) Publishes theApplicationEvent
on the ApplicationContext in a synchronized or unsynchronized context.void
publishEventUnsynchronized
(org.springframework.context.ApplicationEvent applicationEvent) Publishes theApplicationEvent
on the ApplicationContext in an unsynchronized context.
-
Method Details
-
publishEvent
void publishEvent(org.springframework.context.ApplicationEvent applicationEvent) Publishes theApplicationEvent
on the ApplicationContext in a synchronized or unsynchronized context.- Parameters:
applicationEvent
-
-
publishEventUnsynchronized
void publishEventUnsynchronized(org.springframework.context.ApplicationEvent applicationEvent) Publishes theApplicationEvent
on the ApplicationContext in an unsynchronized context.- Parameters:
applicationEvent
-
-