Class ThumbnailRemovalEntityListener
java.lang.Object
ch.tocco.nice2.dms.impl.entitylistener.ThumbnailRemovalEntityListener
- All Implemented Interfaces:
- EntityFacadeListener,- EventListener
Removes any existing thumbnails once a new binary gets set. Thus new thumbnails will be generated on requests.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidentityChanging(EntityChangedEvent event) Fired when any changes are made to an entity.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.tocco.nice2.persist.core.api.entity.events.EntityFacadeListenerentityCreating, entityDeleting, entityReceivedValues, entityRelationChanging, handleSessionOnlyEntity
- 
Constructor Details- 
ThumbnailRemovalEntityListener
 
- 
- 
Method Details- 
entityChangingDescription copied from interface:EntityFacadeListenerFired when any changes are made to an entity.- Specified by:
- entityChangingin interface- EntityFacadeListener
- Parameters:
- event- The event object.
 
 
-