diff --git a/reference/en/modules/events.xml b/reference/en/modules/events.xml index 7ca3bb6744..ff7034cdcb 100755 --- a/reference/en/modules/events.xml +++ b/reference/en/modules/events.xml @@ -115,7 +115,7 @@ public class AuditInterceptor implements Interceptor, Serializable { - + Event system @@ -141,12 +141,7 @@ public class AuditInterceptor implements Interceptor, Serializable { The listeners should be considered effectively singletons; meaning, they are shared between - requests, and thus should not save any state as instance variables. The event objects - themselves, however, do hold a lot of the context needed for processing as they are unique - to each request. Custom event listeners may also make use of the event's context for storage - of any needed processing variables. The context is a simple map, but the default listeners - don't use the context map at all, so don't worry about over-writing internally required - context variables. + requests, and thus should not save any state as instance variables.