Module java.desktop

Interface ServiceRegistry.Filter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean filter​(Object provider)
      Returns true if the given provider object matches the criterion defined by this Filter.
    • Method Detail

      • filter

        boolean filter​(Object provider)
        Returns true if the given provider object matches the criterion defined by this Filter.
        Parameters:
        provider - a service provider Object.
        Returns:
        true if the provider matches the criterion.