Class ProjectResourceApplicationEventHandler
- java.lang.Object
 - 
- de.xima.fc.gui.bean.designer.handler.event.ProjectResourceApplicationEventHandler
 
 
- 
- All Implemented Interfaces:
 IApplicationEventHandler,Serializable
public class ProjectResourceApplicationEventHandler extends Object implements IApplicationEventHandler
Handles application events that are relevant to the from files view.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ProjectResourceApplicationEventHandler(BackendViewPushContext viewPushContext, Long projectId, UUID viewId)Creates a new event handler. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonProjectResourceUpdates(ProjectResourceModifiedEvent event)When a project resource was added, updated, or deleted. 
 - 
 
- 
- 
Constructor Detail
- 
ProjectResourceApplicationEventHandler
public ProjectResourceApplicationEventHandler(BackendViewPushContext viewPushContext, Long projectId, UUID viewId)
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.viewId- UUID of the project resource view that registered this handler.
 
 - 
 
- 
Method Detail
- 
onProjectResourceUpdates
public void onProjectResourceUpdates(ProjectResourceModifiedEvent event)
When a project resource was added, updated, or deleted.- Parameters:
 event- Entity event that occurred.
 
 - 
 
 -