Class SetResourceOwnerEntityListener
java.lang.Object
ch.tocco.nice2.dms.impl.entitylistener.SetResourceOwnerEntityListener
- All Implemented Interfaces:
EntityFacadeListener
,EventListener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
entityCreating
(EntityFacadeEvent event) Fired when an entity is being created.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, entityDeleting, entityReceivedValues, entityRelationChanging, handleSessionOnlyEntity
-
Constructor Details
-
SetResourceOwnerEntityListener
-
-
Method Details
-
entityCreating
Description copied from interface:EntityFacadeListener
Fired when an entity is being created.- Specified by:
entityCreating
in interfaceEntityFacadeListener
- Parameters:
event
- The event object.
-