Remove reference to PayloadApplicationEvent

Issue: SPR-14594
This commit is contained in:
Stephane Nicoll
2016-08-19 14:22:21 +02:00
parent 5f68da3153
commit 9044706796

View File

@@ -8014,8 +8014,8 @@ Essentially, this is the standard __Observer__ design pattern.
As of Spring 4.2, the event infrastructure has been significantly improved and offer
an <<context-functionality-events-annotation,annotation-based model>> as well as the
ability to publish any arbitrary event, that is an object that does not necessarily
extend from `ApplicationEvent`. When such an object is published we wrap it in a
`PayloadApplicationEvent` for you.
extend from `ApplicationEvent`. When such an object is published we wrap it in an
event for you.
====
Spring provides the following standard events: