Class PresenceRateCopyEntityListener
java.lang.Object
ch.tocco.nice2.optional.reservation.impl.entitylistener.PresenceRateCopyEntityListener
- All Implemented Interfaces:
EntityFacadeListener, EventListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidFired when a relation of an entity has been changed.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EntityFacadeListener
entityChanging, entityCreating, entityDeleting, entityReceivedValues, handleSessionOnlyEntity
-
Constructor Details
-
PresenceRateCopyEntityListener
public PresenceRateCopyEntityListener()
-
-
Method Details
-
entityRelationChanging
Description copied from interface:EntityFacadeListenerFired when a relation of an entity has been changed.- Specified by:
entityRelationChangingin interfaceEntityFacadeListener- Parameters:
event- The event object.
-