Interface MutableBeanLocator

    • Method Detail

      • add

        boolean add​(BindingPublisher publisher)
        Adds the given ranked BindingPublisher and distributes its Bindings.
        Parameters:
        publisher - The new publisher
        Returns:
        true if the publisher was added; otherwise false
      • remove

        boolean remove​(BindingPublisher publisher)
        Removes the given BindingPublisher and its Bindings.
        Parameters:
        publisher - The old publisher
        Returns:
        true if the publisher was removed; otherwise false