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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PdfImporterConversationEventHandler(BackendViewPushContext viewPushContext)
Creates a new handler with the web socket push context.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onPdfImporterItemsRemoved(PdfImporterItemsRemovedEvent event)
When items were removed from the form designer that were originally imported from a PDF document.
-
-
-
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.
-
-