Class RemoveRoomEntityListener
java.lang.Object
ch.tocco.nice2.optional.facilityreservation.impl.entitylistener.RemoveRoomEntityListener
- All Implemented Interfaces:
EntityFacadeListener, EventListener
-
Constructor Summary
ConstructorsConstructorDescriptionRemoveRoomEntityListener(ClientQuestionService clientQuestionService, TextResources textResources, QueryBuilderFactory queryBuilderFactory, BusinessUnitManager businessUnitManager, SecurityManager securityManager) -
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
-
RemoveRoomEntityListener
public RemoveRoomEntityListener(ClientQuestionService clientQuestionService, TextResources textResources, QueryBuilderFactory queryBuilderFactory, BusinessUnitManager businessUnitManager, SecurityManager securityManager)
-
-
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.
-