Uses of Interface
de.xima.fc.gui.common.interfaces.event.ISessionConversationEventHandler
-
-
Uses of ISessionConversationEventHandler in de.xima.fc.gui.bean.designer.conversation
Methods in de.xima.fc.gui.bean.designer.conversation with parameters of type ISessionConversationEventHandler Modifier and Type Method Description voidDesignerConversationBean. registerEventHandler(ISessionConversationEventHandler eventHandler)Registers the given conversation event handler for the active designer conversation.voidDesignerPageBean. registerEventHandler(ISessionConversationEventHandler eventHandler)Registers the given conversation event handler for the active designer conversation.voidDesignerConversationBean. unregisterEventHandler(ISessionConversationEventHandler eventHandler, String conversationId)Unregisters the given conversation event handler from the active designer conversation. -
Uses of ISessionConversationEventHandler in de.xima.fc.gui.bean.designer.handler.event
Classes in de.xima.fc.gui.bean.designer.handler.event that implement ISessionConversationEventHandler Modifier and Type Class Description classDesignerFrameConversationEventHandlerHandles designer conversation events that are relevant to the designer frame.classGenericDesignerPageConversationEventHandlerGeneric designer conversation event listener that handles common events for all designer pages.classGenericProjectOverviewConversationEventHandlerGeneric project overview conversation event listener that handles common events for the project overview.classOldWorkflowConversationEventHandlerHandles designer conversation events that are relevant to the old workflow designer tab.classProjectResourceConversationEventHandlerHandles designer conversation events that are relevant to the from files designer tab. -
Uses of ISessionConversationEventHandler in de.xima.fc.gui.designer.form.event
Classes in de.xima.fc.gui.designer.form.event that implement ISessionConversationEventHandler Modifier and Type Class Description classFormDesignerConversationEventHandlerHandles designer conversation events that are relevant to the form designer.classPdfImporterConversationEventHandlerHandles designer conversation events that are relevant to the PDF importer. -
Uses of ISessionConversationEventHandler in de.xima.fc.gui.event.handler
Classes in de.xima.fc.gui.event.handler that implement ISessionConversationEventHandler Modifier and Type Class Description classPlaceholderDesignerConversationEventHandlerEvent handler registered by thePlaceholderBeanfor the designer conversation scope. -
Uses of ISessionConversationEventHandler in de.xima.fc.workflow.designer.event
Classes in de.xima.fc.workflow.designer.event that implement ISessionConversationEventHandler Modifier and Type Class Description classWorkflowDesignerConversationEventHandlerHandles designer conversation events that are relevant to the workflow designer.
-