Class PathNormalizerEntityListener
java.lang.Object
ch.tocco.nice2.dms.impl.entitylistener.PathNormalizerEntityListener
- All Implemented Interfaces:
EntityFacadeListener, EventListener
-
Constructor Summary
ConstructorsConstructorDescriptionPathNormalizerEntityListener(ContentTreeService contentTreeService, SecurityManager securityManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidentityChanging(EntityChangedEvent event) Fired when any changes are made to an entity.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EntityFacadeListener
entityCreating, entityDeleting, entityReceivedValues, entityRelationChanging, handleSessionOnlyEntity
-
Constructor Details
-
PathNormalizerEntityListener
public PathNormalizerEntityListener(ContentTreeService contentTreeService, SecurityManager securityManager)
-
-
Method Details
-
entityChanging
Description copied from interface:EntityFacadeListenerFired when any changes are made to an entity.- Specified by:
entityChangingin interfaceEntityFacadeListener- Parameters:
event- The event object.
-