Class SetResourceOwnerEntityListener
java.lang.Object
ch.tocco.nice2.dms.impl.entitylistener.SetResourceOwnerEntityListener
- All Implemented Interfaces:
EntityFacadeListener, EventListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidentityCreating(EntityFacadeEvent event) Fired when an entity is being created.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EntityFacadeListener
entityChanging, entityDeleting, entityReceivedValues, entityRelationChanging, handleSessionOnlyEntity
-
Constructor Details
-
SetResourceOwnerEntityListener
-
-
Method Details
-
entityCreating
Description copied from interface:EntityFacadeListenerFired when an entity is being created.- Specified by:
entityCreatingin interfaceEntityFacadeListener- Parameters:
event- The event object.
-