Interface BeanRemover<K,​V>

    • Method Detail

      • remove

        boolean remove​(K id,
                       RemoveListener<V> listener)
        Removes the specified bean, triggering the specified listener
        Parameters:
        id - a bean identifier
        listener - a removal listener
        Returns:
        true, if the bean was (or was already) removed, false otherwise