Class ProjectResourceApplicationEventHandler

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

public class ProjectResourceApplicationEventHandler extends Object implements IApplicationEventHandler
Handles application events that are relevant to the from files view.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • ProjectResourceApplicationEventHandler

      public ProjectResourceApplicationEventHandler(BackendViewPushContext viewPushContext, Long projectId, UUID viewId)
      Creates a new event handler.
      Parameters:
      viewPushContext - View push context for sending push messages to the form files view.
      projectId - ID of the project whose files are being edited.
      viewId - UUID of the project resource view that registered this handler.
  • Method Details

    • onProjectResourceUpdates

      public void onProjectResourceUpdates(ProjectResourceModifiedEvent event)
      When a project resource was added, updated, or deleted.
      Parameters:
      event - Entity event that occurred.