Class AbstractStoreEventListener<T>
java.lang.Object
org.springframework.content.commons.repository.events.AbstractStoreEventListener<T>
- All Implemented Interfaces:
EventListener,org.springframework.context.ApplicationListener<StoreEvent>
@Deprecated
public abstract class AbstractStoreEventListener<T>
extends Object
implements org.springframework.context.ApplicationListener<StoreEvent>
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidDeprecated.Override this method if you are interested in afterAssociate events.protected voidonAfterAssociate(T entity) Deprecated.Override this method if you are interested in afterAssociate events.protected voidDeprecated.Override this method if you are interested in afterGetContent events.protected voidonAfterGetContent(T entity) Deprecated.Override this method if you are interested in afterGetContent events.protected voidDeprecated.Override this method if you are interested in afterGetResource events.protected voidonAfterGetResource(T entity) Deprecated.Override this method if you are interested in afterGetResource events.protected voidDeprecated.Override this method if you are interested in afterSetContent events.protected voidonAfterSetContent(T entity) Deprecated.Override this method if you are interested in afterSetContent events.protected voidDeprecated.Override this method if you are interested in afterUnassociate events.protected voidonAfterUnassociate(T entity) Deprecated.Override this method if you are interested in afterUnassociate events.protected voidDeprecated.Override this method if you are interested in afterUnsetContent events.protected voidonAfterUnsetContent(T entity) Deprecated.Override this method if you are interested in afterUnsetContent events.final voidonApplicationEvent(StoreEvent event) Deprecated.protected voidDeprecated.Override this method if you are interested in beforeAssociate events.protected voidonBeforeAssociate(T entity) Deprecated.Override this method if you are interested in beforeAssociate events.protected voidDeprecated.Override this method if you are interested in beforeGetContent events.protected voidonBeforeGetContent(T entity) Deprecated.Override this method if you are interested in beforeGetContent events.protected voidDeprecated.Override this method if you are interested in beforeGetResource events.protected voidonBeforeGetResource(T entity) Deprecated.Override this method if you are interested in beforeGetResource events.protected voidDeprecated.Override this method if you are interested in beforeSetContent events.protected voidonBeforeSetContent(T entity) Deprecated.Override this method if you are interested in beforeSetContent events.protected voidDeprecated.Override this method if you are interested in beforeUnassociate events.protected voidonBeforeUnassociate(T entity) Deprecated.Override this method if you are interested in beforeUnassociate events.protected voidDeprecated.Override this method if you are interested in beforeUnsetContent events.protected voidonBeforeUnsetContent(T entity) Deprecated.Override this method if you are interested in beforeUnsetContent events.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Constructor Details
-
AbstractStoreEventListener
public AbstractStoreEventListener()Deprecated.
-
-
Method Details
-
onApplicationEvent
Deprecated.- Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<T>
-
onBeforeGetResource
Deprecated.Override this method if you are interested in beforeGetResource events.- Parameters:
event- The event
-
onBeforeGetResource
Deprecated.Override this method if you are interested in beforeGetResource events.- Parameters:
entity- The content entity being fetched.
-
onAfterGetResource
Deprecated.Override this method if you are interested in afterGetResource events.- Parameters:
event- The event
-
onAfterGetResource
Deprecated.Override this method if you are interested in afterGetResource events.- Parameters:
entity- The content entity being fetched.
-
onBeforeAssociate
Deprecated.Override this method if you are interested in beforeAssociate events.- Parameters:
event- The event
-
onBeforeAssociate
Deprecated.Override this method if you are interested in beforeAssociate events.- Parameters:
entity- The content entity being fetched.
-
onAfterAssociate
Deprecated.Override this method if you are interested in afterAssociate events.- Parameters:
event- The event
-
onAfterAssociate
Deprecated.Override this method if you are interested in afterAssociate events.- Parameters:
entity- The content entity being fetched.
-
onBeforeUnassociate
Deprecated.Override this method if you are interested in beforeUnassociate events.- Parameters:
event- The event
-
onBeforeUnassociate
Deprecated.Override this method if you are interested in beforeUnassociate events.- Parameters:
entity- The content entity being fetched.
-
onAfterUnassociate
Deprecated.Override this method if you are interested in afterUnassociate events.- Parameters:
event- The event
-
onAfterUnassociate
Deprecated.Override this method if you are interested in afterUnassociate events.- Parameters:
entity- The content entity being fetched.
-
onBeforeGetContent
Deprecated.Override this method if you are interested in beforeGetContent events.- Parameters:
event- The event
-
onBeforeGetContent
Deprecated.Override this method if you are interested in beforeGetContent events.- Parameters:
entity- The content entity being fetched.
-
onAfterGetContent
Deprecated.Override this method if you are interested in afterGetContent events.- Parameters:
event- The event
-
onAfterGetContent
Deprecated.Override this method if you are interested in afterGetContent events.- Parameters:
entity- The content entity being fetched.
-
onBeforeSetContent
Deprecated.Override this method if you are interested in beforeSetContent events.- Parameters:
entity- The content event
-
onBeforeSetContent
Deprecated.Override this method if you are interested in beforeSetContent events.- Parameters:
entity- The content entity being updated.
-
onAfterSetContent
Deprecated.Override this method if you are interested in afterSetContent events.- Parameters:
event- The content event
-
onAfterSetContent
Deprecated.Override this method if you are interested in afterSetContent events.- Parameters:
entity- The content entity being updated.
-
onBeforeUnsetContent
Deprecated.Override this method if you are interested in beforeUnsetContent events.- Parameters:
event- The content event
-
onBeforeUnsetContent
Deprecated.Override this method if you are interested in beforeUnsetContent events.- Parameters:
entity- The content entity being removed.
-
onAfterUnsetContent
Deprecated.Override this method if you are interested in afterUnsetContent events.- Parameters:
event- The content event
-
onAfterUnsetContent
Deprecated.Override this method if you are interested in afterUnsetContent events.- Parameters:
entity- The content entity being removed.
-
AbstractStoreEventListenerinstead.