Class ComponentStateUtil

    • Method Detail

      • removeRegisteredEventListener

        public static final void removeRegisteredEventListener​(SharedState state,
                                                               String eventIdentifier)
        Removes an event listener id.
        Parameters:
        eventListenerId - The event identifier to remove
      • addRegisteredEventListener

        public static final void addRegisteredEventListener​(SharedState state,
                                                            String eventListenerId)
        Adds an event listener id.
        Parameters:
        eventListenerId - The event identifier to add