Uses of Interface
de.xima.fc.gui.common.interfaces.event.ISessionEvent
- 
- 
Uses of ISessionEvent in de.xima.fc.gui.bean.designer.event
Subinterfaces of ISessionEvent 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 ISessionEvent 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. - 
Uses of ISessionEvent in de.xima.fc.gui.common.bean.eventbus
Methods in de.xima.fc.gui.common.bean.eventbus with parameters of type ISessionEvent Modifier and Type Method Description voidSessionEventBusBean. post(ISessionEvent event) - 
Uses of ISessionEvent in de.xima.fc.gui.common.event
Classes in de.xima.fc.gui.common.event that implement ISessionEvent Modifier and Type Class Description classLoginEventDeprecated.since version 8.0.0 login events are no longer fired.classPluginInstallSuccessEventWhen a plugin installed or updated.classProjectUpdatedEventEvent signaling that the data of a project have changed.classTreeSelectChangeEventAn event that is fired when the currently selected tree node (workflow) is changed. - 
Uses of ISessionEvent in de.xima.fc.gui.common.interfaces.event
Subinterfaces of ISessionEvent in de.xima.fc.gui.common.interfaces.event Modifier and Type Interface Description interfaceIApiSessionEventExtension of the session event which are able to be posted through the API.interfaceISessionConversationEventEvent forConversationScopedbeans that limit their conversation to a particular session.interfaceIViewEvent - 
Uses of ISessionEvent in de.xima.fc.web.common.auth.event
Classes in de.xima.fc.web.common.auth.event that implement ISessionEvent Modifier and Type Class Description classIdentityCheckCallbackEventEvent for informing about the result of an identity check. - 
Uses of ISessionEvent in de.xima.fc.web.common.session
Methods in de.xima.fc.web.common.session with parameters of type ISessionEvent Modifier and Type Method Description voidSessionAdapter. postApiEvent(ISessionEvent event) 
 -