| JavaTM 2 Platform Std. Ed. v1.5.0 
 
javax.imageio.spi
Interface ServiceRegistry.Filter
Enclosing class:ServiceRegistry 
 
public static interface ServiceRegistry.Filter 
A simple filter interface used by
 ServiceRegistry.getServiceProvidersto select
 providers matching an arbitrary criterion.  Classes that
 implement this interface should be defined in order to make use
 of thegetServiceProvidersmethod ofServiceRegistrythat takes aFilter. 
 
 
See Also:ServiceRegistry.getServiceProviders(Class, ServiceRegistry.Filter, boolean) 
 
 
| Method Summary |  
|  boolean | filter(Object provider)Returns
 trueif the givenproviderobject matches the criterion defined
 by thisFilter. |  
 
filter
boolean filter(Object provider) 
Returns trueif the givenproviderobject matches the criterion defined
 by thisFilter.
 
Parameters:provider- a service providerObject.Returns:true if the provider matches the criterion. 
 Copyright 2003 Sun Microsystems, Inc. All rights reserved |