Interface DeferredCall

    • Method Detail

      • execute

        void execute​(JSFunction func)
        Executes the method when necessary, i.e. when the status of the component need to send to client side.
        Parameters:
        func - the JSFunction to update the client side. (never be null)