/[classpath]/classpath/javax/imageio/spi/RegisterableService.java
ViewVC logotype

Diff of /classpath/javax/imageio/spi/RegisterableService.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.2 by gnu_andrew, Tue Aug 2 20:12:35 2005 UTC revision 1.1.2.3 by tromey, Thu Dec 1 15:09:47 2005 UTC
# Line 62  public interface RegisterableService Line 62  public interface RegisterableService
62     * @param category the service category for which this provider has     * @param category the service category for which this provider has
63     * been registered as an implementor.     * been registered as an implementor.
64     */     */
65    void onRegistration(ServiceRegistry registry, Class category);    void onRegistration(ServiceRegistry registry, Class<?> category);
66    
67    
68    /**    /**
# Line 78  public interface RegisterableService Line 78  public interface RegisterableService
78     * @param category the service category for which this provider has     * @param category the service category for which this provider has
79     * been registered as an implementor.     * been registered as an implementor.
80     */     */
81    void onDeregistration(ServiceRegistry registry, Class category);    void onDeregistration(ServiceRegistry registry, Class<?> category);
82  }  }
83    

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26