Class PdfImporterConversationEventHandler

    • Constructor Detail

      • 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 Detail

      • 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.