API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.imageio.spi. RegisterableService View Source
Author(s)
Since
Version
0.5
Serial
Hierarchy
 RegisterableService
Subinterfaces
Description
public interface RegisterableService
  An optional interface that may be provided by service provider objects that will be registered with a ServiceRegistry.
See also:    ServiceRegistry
Methods
Hide/Show inherited methods
public void onDeregistration (ServiceRegistry registry, Class<Object> category)
  Called when an object implementing this interface is removed from the given category of the given registry.
public void onRegistration (ServiceRegistry registry, Class<Object> category)
  Called when an object implementing this interface is added to the given category of the given registry.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar