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:
-
Constructor Summary
ConstructorsConstructorDescriptionGenericDesignerPageConversationEventHandler
(EContentView contentView, BackendViewPushContext viewPushContext) Creates a new event listener. -
Method Summary
Modifier and TypeMethodDescriptionvoid
When the form persist has changed.void
When the form persist has changed.
-
Constructor Details
-
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 Details
-
onFormItemsPersistUpdatedEvent
When the form persist has changed. Updates the project title if it has changed.- Parameters:
event
- Event that occurred.
-
onFormPersistChanged
When the form persist has changed. Updates the project title.- Parameters:
event
- Event that occurred.
-