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 void
DesignerConversationBean. post(ISessionConversationEvent event)
Posts the given designer conversation event and informs all event handlers that have subscribed to that event.void
DesignerPageBean. 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 interface
IDesignerConversationEvent
Base interface for all designer conversation events.Classes in de.xima.fc.gui.bean.designer.event that implement ISessionConversationEvent Modifier and Type Class Description class
FormDesignerLangChangedEvent
When the language used to edit the form has changed.class
FormItemsPersistUpdatedEvent
When the persist JSON of a single items was modified.class
FormPersistChangedEvent
When the persist JSON was modified of the entire form was modified.class
InsertWorkflowNodeEvent
When a new action needs to be created in the workflow flowchart.class
OldWorkflowModifiedEvent
When a new action needs to be created in the workflow flowchart.class
RefactorFormElementNameEvent
Event that is triggered when the name of a form element was refactored.class
StateAddedEvent
When the state list was updated in the workflow designer.class
StateChangedEvent
When the state list was updated in the workflow designer.class
StateDeletedEvent
When the state list was updated in the workflow designer.class
StateListUpdatedEvent
When the state list was updated in the workflow designer.
-