Uses of Class
javax.imageio.spi.ServiceRegistry
Package
Description
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
Modifier and TypeClassDescriptionfinal class
A registry for Image I/O service provider instances.Modifier and TypeMethodDescriptionvoid
IIOServiceProvider.onDeregistration
(ServiceRegistry registry, Class<?> category) A callback that will be whenever the Spi class has been deregistered from aServiceRegistry
.void
RegisterableService.onDeregistration
(ServiceRegistry registry, Class<?> category) Called when an object implementing this interface is removed from the givencategory
of the givenregistry
.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 aServiceRegistry
.void
RegisterableService.onRegistration
(ServiceRegistry registry, Class<?> category) Called when an object implementing this interface is added to the givencategory
of the givenregistry
.