Interface Action.Container

    • Method Detail

      • addActionHandler

        void addActionHandler​(Action.Handler actionHandler)
        Registers a new action handler for this container
        Parameters:
        actionHandler - the new handler to be added.
      • removeActionHandler

        void removeActionHandler​(Action.Handler actionHandler)
        Removes a previously registered action handler for the contents of this container.
        Parameters:
        actionHandler - the handler to be removed.