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 Summary
ConstructorsConstructorDescriptionPdfImporterConversationEventHandler
(BackendViewPushContext viewPushContext) Creates a new handler with the web socket push context. -
Method Summary
Modifier and TypeMethodDescriptionvoid
When items were removed from the form designer that were originally imported from a PDF document.
-
Constructor Details
-
PdfImporterConversationEventHandler
Creates a new handler with the web socket push context.- Parameters:
viewPushContext
- Push context for sending message to the view.
-
-
Method Details
-
onPdfImporterItemsRemoved
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.
-