Class AbstractMongoEventListener<E>

java.lang.Object
org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener<E>
All Implemented Interfaces:
EventListener, ApplicationListener<MongoMappingEvent<?>>
Direct Known Subclasses:
LoggingEventListener, ValidatingMongoEventListener

public abstract class AbstractMongoEventListener<E> extends Object implements ApplicationListener<MongoMappingEvent<?>>
Base class to implement domain class specific ApplicationListeners.
Author:
Jon Brisbin, Oliver Gierke, Martin Baumgartner, Christoph Strobl