Class GenericDesignerPageApplicationEventHandler

    • Constructor Detail

      • GenericDesignerPageApplicationEventHandler

        public GenericDesignerPageApplicationEventHandler​(BackendViewPushContext viewPushContext,
                                                          long projectId)
        Creates a new event handler.
        Parameters:
        viewPushContext - View push context for sending push messages to the view for which this handler is registered.
        projectId - ID of the project being edited in the designer.
    • Method Detail

      • onProject

        public void onProject​(ProjectUpdatedEvent event)
        When the title of the project was updated. Updates the name in the bottom bar of the designer.
        Parameters:
        event - Project update event that occurred.