Class DesignerFrameConversationEventHandler

java.lang.Object
de.xima.fc.gui.bean.designer.handler.event.DesignerFrameConversationEventHandler
All Implemented Interfaces:
IApplicationEventHandler, ISessionConversationEventHandler, ISessionEventHandler, Serializable

public final class DesignerFrameConversationEventHandler extends Object implements ISessionConversationEventHandler
Handles designer conversation events that are relevant to the designer frame.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • DesignerFrameConversationEventHandler

      public DesignerFrameConversationEventHandler(FrameDesignerModel frameDesignerModel, long projectId, long workflowVersionId)
      Creates a new event handler.
      Parameters:
      frameDesignerModel - The frame designer model that should not change during the view.
      projectId - ID of the opened project.
      workflowVersionId - ID of the opened workflow version.
  • Method Details

    • onRefactorFormElementName

      public void onRefactorFormElementName(RefactorFormElementNameEvent event)
      When the name of a form element was changed. When the workflow or form file tab is not open, performs the replacement in the database.
      Parameters:
      event - Data of the refactor event that occurred.