Interface BroadleafApplicationEventPublisher

All Known Implementing Classes:
BroadleafApplicationEventPublisherImpl

public interface BroadleafApplicationEventPublisher
Author:
Nick Crum ncrum
  • Method Summary

    Modifier and Type
    Method
    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.
  • Method Details

    • publishEvent

      void publishEvent(org.springframework.context.ApplicationEvent applicationEvent)
      Publishes the ApplicationEvent on the ApplicationContext in a synchronized or unsynchronized context.
      Parameters:
      applicationEvent -
    • publishEventUnsynchronized

      void publishEventUnsynchronized(org.springframework.context.ApplicationEvent applicationEvent)
      Publishes the ApplicationEvent on the ApplicationContext in an unsynchronized context.
      Parameters:
      applicationEvent -