Uses of Interface
de.xima.fc.gui.common.interfaces.event.IApplicationEventHandler
-
-
Uses of IApplicationEventHandler in de.xima.fc.gui.bean.designer.handler.event
Classes in de.xima.fc.gui.bean.designer.handler.event that implement IApplicationEventHandler Modifier and Type Class Description class
DesignerFrameConversationEventHandler
Handles designer conversation events that are relevant to the designer frame.class
GenericDesignerPageApplicationEventHandler
Handles application events that are relevant to all designer pages.class
GenericDesignerPageConversationEventHandler
Generic designer conversation event listener that handles common events for all designer pages.class
GenericProjectOverviewConversationEventHandler
Generic project overview conversation event listener that handles common events for the project overview.class
OldWorkflowConversationEventHandler
Handles designer conversation events that are relevant to the old workflow designer tab.class
ProjectResourceApplicationEventHandler
Handles application events that are relevant to the from files view.class
ProjectResourceConversationEventHandler
Handles designer conversation events that are relevant to the from files designer tab. -
Uses of IApplicationEventHandler in de.xima.fc.gui.common.bean.eventbus
Methods in de.xima.fc.gui.common.bean.eventbus with parameters of type IApplicationEventHandler Modifier and Type Method Description void
ApplicationEventBusBean. register(IApplicationEventHandler eventHandler)
void
ApplicationEventBusBean. unregister(IApplicationEventHandler eventHandler)
-
Uses of IApplicationEventHandler in de.xima.fc.gui.common.event.handler
Classes in de.xima.fc.gui.common.event.handler that implement IApplicationEventHandler Modifier and Type Class Description class
ApplicationPropertiesChangedEventHandler
class
MenuTemplateEventHandler
class
PasswordPolicyChangeHandler
class
ServerContextEventHandler
class
ViewEventHandler
-
Uses of IApplicationEventHandler in de.xima.fc.gui.common.interfaces.event
Subinterfaces of IApplicationEventHandler in de.xima.fc.gui.common.interfaces.event Modifier and Type Interface Description interface
ISessionConversationEventHandler
Handler for events ofConversationScoped
beans that limit their conversation to a particular session.interface
ISessionEventHandler
interface
IViewEventHandler
-
Uses of IApplicationEventHandler in de.xima.fc.gui.designer.form.event
Classes in de.xima.fc.gui.designer.form.event that implement IApplicationEventHandler Modifier and Type Class Description class
FormDesignerApplicationEventHandler
Handler for designer eventsclass
FormDesignerConversationEventHandler
Handles designer conversation events that are relevant to the form designer.class
PdfImporterConversationEventHandler
Handles designer conversation events that are relevant to the PDF importer. -
Uses of IApplicationEventHandler in de.xima.fc.gui.event.handler
Classes in de.xima.fc.gui.event.handler that implement IApplicationEventHandler Modifier and Type Class Description class
PlaceholderDesignerConversationEventHandler
Event handler registered by thePlaceholderBean
for the designer conversation scope.class
ProjectEventHandler
class
RolePropertiesTemplateEventHandler
-
Uses of IApplicationEventHandler in de.xima.fc.workflow.designer.event
Classes in de.xima.fc.workflow.designer.event that implement IApplicationEventHandler Modifier and Type Class Description class
WorkflowDesignerApplicationEventHandler
Handles application events that are relevant to the workflow designer.class
WorkflowDesignerConversationEventHandler
Handles designer conversation events that are relevant to the workflow designer.
-