Class FormDesignerApplicationEventHandler

java.lang.Object
de.xima.fc.gui.designer.form.event.FormDesignerApplicationEventHandler
All Implemented Interfaces:
IApplicationEventHandler, Serializable

public class FormDesignerApplicationEventHandler extends Object implements IApplicationEventHandler
Handler for designer events
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • FormDesignerApplicationEventHandler

      public FormDesignerApplicationEventHandler(BackendViewPushContext viewPushContext, Long clientId, Long projectId, String viewId)
      Creates a new handler with the web socket push context for the given project.
      Parameters:
      viewPushContext - Push context for sending message to the view.
      clientId - ID of the client who owns the project.
      projectId - ID of the project being edited.
      viewId - ID of the designer view that originate the event.
  • Method Details