ApplicationEventPublisher.publishEvent

Notify all <strong>matching</strong> listeners registered with this application of an application event. Events may be framework events (such as RequestHandledEvent) or application-specific events. @param event the event to publish @see hunt.framework.web.context.support.RequestHandledEvent

  1. void publishEvent(ApplicationEvent event)
    interface ApplicationEventPublisher
    final
    void
    publishEvent
  2. void publishEvent(Object event)

Meta