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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description GenericDesignerPageApplicationEventHandler(BackendViewPushContext viewPushContext, long projectId, String viewId)Creates a new event handler. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonProject(ProjectUpdatedEvent event)When the title of the project was updated. 
 - 
 
- 
- 
Constructor Detail
- 
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 Detail
- 
onProject
public void onProject(ProjectUpdatedEvent event)
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.
 
 - 
 
 -