Class FormDesignerApplicationEventHandler
java.lang.Object
de.xima.fc.gui.designer.form.event.FormDesignerApplicationEventHandler
- All Implemented Interfaces:
IApplicationEventHandler
,Serializable
Handler for designer events
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorsConstructorDescriptionFormDesignerApplicationEventHandler
(BackendViewPushContext viewPushContext, Long clientId, Long projectId, String viewId) Creates a new handler with the web socket push context for the given project. -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEvent
(ProjectUpdatedEvent event) void
void
void
void
-
Constructor Details
-
FormDesignerApplicationEventHandler
public FormDesignerApplicationEventHandler(BackendViewPushContext viewPushContext, Long clientId, Long projectId, String viewId) Creates a new handler with the web socket push context for the given project.- Parameters:
viewPushContext
- Push context for sending message to the view.clientId
- ID of the client who owns the project.projectId
- ID of the project being edited.viewId
- ID of the designer view that originate the event.
-
-
Method Details
-
handleEvent
-
handleEvent
-
handleEvent
-
handleEvent
-
handleEvent
-
getViewId
-