Class PresenceRateCopyEntityListener
java.lang.Object
ch.tocco.nice2.optional.reservation.impl.entitylistener.PresenceRateCopyEntityListener
- 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
-
PresenceRateCopyEntityListener
public PresenceRateCopyEntityListener()
-
-
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.
-