public abstract class AbstractStoreEvent extends ApplicationEvent
ApplicationEvent class for store based events. All custom event classes
 should be derived from this class.source| Constructor and Description | 
|---|
| AbstractStoreEvent(Object source)Create a new ApplicationEvent. | 
public AbstractStoreEvent(Object source)
source - the component that published the event (never null)