Class GenericDesignerPageApplicationEventHandler
java.lang.Object
de.xima.fc.gui.bean.designer.handler.event.GenericDesignerPageApplicationEventHandler
- All Implemented Interfaces:
IApplicationEventHandler
,Serializable
public final class GenericDesignerPageApplicationEventHandler
extends Object
implements IApplicationEventHandler
Handles application events that are relevant to all designer pages.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGenericDesignerPageApplicationEventHandler
(BackendViewPushContext viewPushContext, long projectId, String viewId) Creates a new event handler. -
Method Summary
Modifier and TypeMethodDescriptionvoid
onProject
(ProjectUpdatedEvent event) When the title of the project was updated.
-
Constructor Details
-
GenericDesignerPageApplicationEventHandler
public GenericDesignerPageApplicationEventHandler(BackendViewPushContext viewPushContext, long projectId, String viewId) Creates a new event handler.- Parameters:
viewPushContext
- View push context for sending push messages to the view for which this handler is registered.projectId
- ID of the project being edited in the designer.
-
-
Method Details
-
onProject
When the title of the project was updated. Updates the name in the bottom bar of the designer.- Parameters:
event
- Project update event that occurred.
-