Class GenericDesignerPageApplicationEventHandler

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

public final class GenericDesignerPageApplicationEventHandler extends Object implements IApplicationEventHandler
Handles application events that are relevant to all designer pages.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • GenericDesignerPageApplicationEventHandler

      public GenericDesignerPageApplicationEventHandler(BackendViewPushContext viewPushContext, long projectId, String viewId)
      Creates a new event handler.
      Parameters:
      viewPushContext - View push context for sending push messages to the view for which this handler is registered.
      projectId - ID of the project being edited in the designer.
  • Method Details

    • onProject

      public void onProject(ProjectUpdatedEvent event)
      When the title of the project was updated. Updates the name in the bottom bar of the designer.
      Parameters:
      event - Project update event that occurred.