Class ProjectResourceConversationEventHandler
java.lang.Object
de.xima.fc.gui.bean.designer.handler.event.ProjectResourceConversationEventHandler
- All Implemented Interfaces:
IApplicationEventHandler
,ISessionConversationEventHandler
,ISessionEventHandler
,Serializable
public class ProjectResourceConversationEventHandler
extends Object
implements ISessionConversationEventHandler
Handles designer conversation events that are relevant to the from files designer tab.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProjectResourceConversationEventHandler
(BackendViewPushContext viewPushContext, Long projectId) Creates a new event handler. -
Method Summary
Modifier and TypeMethodDescriptionvoid
When the name of a form element was changed.
-
Constructor Details
-
ProjectResourceConversationEventHandler
public ProjectResourceConversationEventHandler(BackendViewPushContext viewPushContext, Long projectId) Creates a new event handler.- Parameters:
viewPushContext
- View push context for sending push messages to the form files view.projectId
- ID of the project whose files are being edited.
-
-
Method Details
-
onRefactorFormElementName
When the name of a form element was changed. Replaces placeholders in form JavaScript and CSS files.- Parameters:
event
- Refactor event that occurred.
-