public abstract class AbstractStoreEvent
extends org.springframework.context.ApplicationEvent
ApplicationEvent class for store based events. All custom event classes
should be derived from this class.| Constructor and Description |
|---|
AbstractStoreEvent(java.lang.Object source)
Create a new ApplicationEvent.
|