Class GenericProjectOverviewConversationEventHandler
- java.lang.Object
-
- de.xima.fc.gui.bean.designer.handler.event.GenericProjectOverviewConversationEventHandler
-
- All Implemented Interfaces:
IApplicationEventHandler
,ISessionConversationEventHandler
,ISessionEventHandler
,Serializable
public class GenericProjectOverviewConversationEventHandler extends Object implements ISessionConversationEventHandler
Generic project overview conversation event listener that handles common events for the project overview.- Since:
- 7.0.11
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenericProjectOverviewConversationEventHandler(BackendViewPushContext viewPushContext, String viewId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onProjectUpdatedEvent(ProjectUpdatedEvent event)
Updates the project overview when a form got saved.
-
-
-
Constructor Detail
-
GenericProjectOverviewConversationEventHandler
public GenericProjectOverviewConversationEventHandler(BackendViewPushContext viewPushContext, String viewId)
-
-
Method Detail
-
onProjectUpdatedEvent
public void onProjectUpdatedEvent(ProjectUpdatedEvent event)
Updates the project overview when a form got saved.- Parameters:
event
- Event that occurred.
-
-