Uses of Interface
de.xima.fc.gui.common.interfaces.event.ISessionConversationEvent
-
Packages that use ISessionConversationEvent Package Description de.xima.fc.gui.bean.designer.conversation de.xima.fc.gui.bean.designer.event -
-
Uses of ISessionConversationEvent in de.xima.fc.gui.bean.designer.conversation
Methods in de.xima.fc.gui.bean.designer.conversation with parameters of type ISessionConversationEvent Modifier and Type Method Description voidDesignerConversationBean. post(ISessionConversationEvent event)Posts the given designer conversation event and informs all event handlers that have subscribed to that event.voidDesignerPageBean. post(ISessionConversationEvent event)Posts the given designer conversation event and informs all event handlers that have subscribed to that event. -
Uses of ISessionConversationEvent in de.xima.fc.gui.bean.designer.event
Subinterfaces of ISessionConversationEvent in de.xima.fc.gui.bean.designer.event Modifier and Type Interface Description interfaceIDesignerConversationEventBase interface for all designer conversation events.Classes in de.xima.fc.gui.bean.designer.event that implement ISessionConversationEvent Modifier and Type Class Description classFormDesignerLangChangedEventWhen the language used to edit the form has changed.classFormItemsPersistUpdatedEventWhen the persist JSON of a single items was modified.classFormPersistChangedEventWhen the persist JSON was modified of the entire form was modified.classFormPreviewSubmitEventclassInsertWorkflowNodeEventWhen a new action needs to be created in the workflow flowchart.classOldWorkflowModifiedEventDeprecated.Can be removed once the old workflow is removed.classPdfImporterItemsRemovedEventWhen one or more items were deleted in the designer that were originally imported from a PDF document.classRefactorFormElementNameEventEvent that is triggered when the name of a form element was refactored.classStateAddedEventWhen the state list was updated in the workflow designer.classStateChangedEventWhen the state list was updated in the workflow designer.classStateDeletedEventWhen the state list was updated in the workflow designer.classStateListUpdatedEventWhen the state list was updated in the workflow designer.
-