RegisterableServicepublic interface RegisterableService The RegisterableService interface provides service provider objects that can
be registered by a ServiceRegistry, and notifications that registration and
deregistration have been performed. |
Methods Summary |
---|
public void | onDeregistration(javax.imageio.spi.ServiceRegistry registry, java.lang.Class category)This method is called when the object which implements this interface is
deregistered to the specified category of the specified registry.
| public void | onRegistration(javax.imageio.spi.ServiceRegistry registry, java.lang.Class category)This method is called when the object which implements this interface is
registered to the specified category of the specified registry.
|
|