| 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ServiceRegistry | |
| javax.imageio.spi | A package of the Java Image I/O API containing the plug-in interfaces for readers, writers, transcoders, and streams, and a runtime registry. | 
| Uses of ServiceRegistry in javax.imageio.spi | 
| Subclasses of ServiceRegistry in javax.imageio.spi | |
 class | 
IIORegistry
A registry for service provider instances.  | 
| Methods in javax.imageio.spi with parameters of type ServiceRegistry | |
 void | 
RegisterableService.onRegistration(ServiceRegistry registry,
               Class category)
Called when an object implementing this interface is added to the given category of the given
 registry. | 
 void | 
RegisterableService.onDeregistration(ServiceRegistry registry,
                 Class category)
Called when an object implementing this interface is removed from the given category of the given
 registry. | 
 void | 
IIOServiceProvider.onRegistration(ServiceRegistry registry,
               Class category)
A callback that will be called exactly once after the Spi class has been instantiated and registered in a ServiceRegistry. | 
 void | 
IIOServiceProvider.onDeregistration(ServiceRegistry registry,
                 Class category)
A callback that will be whenever the Spi class has been deregistered from a ServiceRegistry. | 
  | 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.