Class GenericDesignerPageConversationEventHandler

    • 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.