Class AppointmentTemplateModifiedEvent

java.lang.Object
de.xima.fc.gui.event.entity.AppointmentTemplateModifiedEvent
All Implemented Interfaces:
IApplicationEvent, IEntityModifiedEvent<AppointmentTemplate>, IEvent, Serializable

public class AppointmentTemplateModifiedEvent extends Object
Event for when an entity was modified, either when it was created, updated, or deleted.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • AppointmentTemplateModifiedEvent

      public AppointmentTemplateModifiedEvent(AppointmentTemplate entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec)
      Creates a new entity POJO with the given data.
      Parameters:
      entity - Entity that was modified.
      action - Whether the entity was created, updated, or deleted.
      ec - Current entity context.
  • Method Details