Class GenericDesignerPageConversationEventHandler
- java.lang.Object
-
- de.xima.fc.gui.bean.designer.handler.event.GenericDesignerPageConversationEventHandler
-
- All Implemented Interfaces:
IApplicationEventHandler
,ISessionConversationEventHandler
,ISessionEventHandler
,Serializable
public final class GenericDesignerPageConversationEventHandler extends Object implements ISessionConversationEventHandler
Generic designer conversation event listener that handles common events for all designer pages.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenericDesignerPageConversationEventHandler(EContentView contentView, BackendViewPushContext viewPushContext)
Creates a new event listener.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onFormItemsPersistUpdatedEvent(FormItemsPersistUpdatedEvent event)
When the form persist has changed.void
onFormPersistChanged(FormPersistChangedEvent event)
When the form persist has changed.
-
-
-
Constructor Detail
-
GenericDesignerPageConversationEventHandler
public GenericDesignerPageConversationEventHandler(EContentView contentView, BackendViewPushContext viewPushContext)
Creates a new event listener.- Parameters:
contentView
- Content view of of the view that registered this handler.viewPushContext
- View push context for sending push messages to the view for which this handler is registered.
-
-
Method Detail
-
onFormItemsPersistUpdatedEvent
public void onFormItemsPersistUpdatedEvent(FormItemsPersistUpdatedEvent event)
When the form persist has changed. Updates the project title if it has changed.- Parameters:
event
- Event that occurred.
-
onFormPersistChanged
public void onFormPersistChanged(FormPersistChangedEvent event)
When the form persist has changed. Updates the project title.- Parameters:
event
- Event that occurred.
-
-