org.springframework.data.hadoop.store.event
Class AbstractStoreEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.data.hadoop.store.event.AbstractStoreEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FileWrittenEvent
public abstract class AbstractStoreEvent
- extends ApplicationEvent
Base ApplicationEvent class for store based events. All custom event classes
should be derived from this class.
- Author:
- Janne Valkealahti
- See Also:
- Serialized Form
AbstractStoreEvent
public AbstractStoreEvent(Object source)
- Create a new ApplicationEvent.
- Parameters:
source - the component that published the event (never null)