Class PdfImporterConversationEventHandler

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

public class PdfImporterConversationEventHandler extends Object implements ISessionConversationEventHandler
Handles designer conversation events that are relevant to the PDF importer.
Since:
7.2.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • PdfImporterConversationEventHandler

      public PdfImporterConversationEventHandler(BackendViewPushContext viewPushContext)
      Creates a new handler with the web socket push context.
      Parameters:
      viewPushContext - Push context for sending message to the view.
  • Method Details

    • onPdfImporterItemsRemoved

      public void onPdfImporterItemsRemoved(PdfImporterItemsRemovedEvent event)
      When items were removed from the form designer that were originally imported from a PDF document. Informs the PDF importer so that it can update its UI.
      Parameters:
      event - Event that occurred.