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