Class GenericProjectOverviewConversationEventHandler

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

public class GenericProjectOverviewConversationEventHandler extends Object implements ISessionConversationEventHandler
Generic project overview conversation event listener that handles common events for the project overview.
Since:
7.0.11
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • GenericProjectOverviewConversationEventHandler

      public GenericProjectOverviewConversationEventHandler(BackendViewPushContext viewPushContext, String viewId)
  • Method Details

    • onProjectUpdatedEvent

      public void onProjectUpdatedEvent(ProjectUpdatedEvent event)
      Updates the project overview when a form got saved.
      Parameters:
      event - Event that occurred.