public abstract class BroadleafApplicationEvent
extends org.springframework.context.ApplicationEvent
org.broadleafcommerce.common.event.BroadleafApplicationEventMultiCaster,
org.broadleafcommerce.common.event.BroadleafApplicationListener,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
context |
source| Constructor and Description |
|---|
BroadleafApplicationEvent(Object source)
Instantiates this with the required source.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getConext()
Context map that allows generic objects / properties to be passed around on events.
|
getSource, toStringpublic BroadleafApplicationEvent(Object source)
source - Copyright © 2019. All rights reserved.