Class FormDesignerApplicationEventHandler
- java.lang.Object
 - 
- de.xima.fc.gui.designer.form.event.FormDesignerApplicationEventHandler
 
 
- 
- All Implemented Interfaces:
 IApplicationEventHandler,Serializable
public class FormDesignerApplicationEventHandler extends Object implements IApplicationEventHandler
Handler for designer events- Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFormDesignerApplicationEventHandler.Fd2ProjectMetaUpdatedData 
- 
Constructor Summary
Constructors Constructor Description FormDesignerApplicationEventHandler(BackendViewPushContext viewPushContext, Long clientId, Long projectId, String viewId)Creates a new handler with the web socket push context for the given project. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetViewId()voidhandleEvent(ProjectUpdatedEvent event)voidhandleEvent(AppointmentTemplateModifiedEvent event)voidhandleEvent(DataSourceModifiedEvent event)voidhandleEvent(TextTemplateModifiedEvent event)voidhandleEvent(UserGroupModifiedEvent event) 
 - 
 
- 
- 
Constructor Detail
- 
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 Detail
- 
handleEvent
public void handleEvent(AppointmentTemplateModifiedEvent event)
 
- 
handleEvent
public void handleEvent(DataSourceModifiedEvent event)
 
- 
handleEvent
public void handleEvent(TextTemplateModifiedEvent event)
 
- 
handleEvent
public void handleEvent(ProjectUpdatedEvent event)
 
- 
handleEvent
public void handleEvent(UserGroupModifiedEvent event)
 
- 
getViewId
public String getViewId()
 
 - 
 
 -