Package ch.tocco.nice2.duplicate.impl
Class DuplicateResolveDateListener
java.lang.Object
ch.tocco.nice2.duplicate.impl.DuplicateResolveDateListener
- All Implemented Interfaces:
EntityFacadeListener
,EventListener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Fired when a relation of an entity has been changed.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.persist.core.api.entity.events.EntityFacadeListener
entityChanging, entityCreating, entityDeleting, entityReceivedValues, handleSessionOnlyEntity
-
Constructor Details
-
DuplicateResolveDateListener
-
-
Method Details
-
entityRelationChanging
Description copied from interface:EntityFacadeListener
Fired when a relation of an entity has been changed.- Specified by:
entityRelationChanging
in interfaceEntityFacadeListener
- Parameters:
event
- The event object.
-