java.lang.Objectorg.springframework.context.event.EventPublicationInterceptor
All Implemented Interfaces:
ApplicationEventPublisherAware, org.aopalliance.intercept.MethodInterceptor, InitializingBean
ApplicationEvent to all ApplicationListeners
registered with an ApplicationEventPublisher after each
successful method invocation.
Note that this interceptor is only capable of publishing stateless events configured via the "applicationEventClass" property.
Dmitriy - KopylenkoJuergen - HoellerRick - Evans| Method from org.springframework.context.event.EventPublicationInterceptor Summary: |
|---|
| afterPropertiesSet, invoke, setApplicationEventClass, setApplicationEventPublisher |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.springframework.context.event.EventPublicationInterceptor Detail: |
|---|
|
|
The event class must have a constructor with a single
|
|