package org.jboss.resteasy.core.interception;

Callback interface for when an interceptor registry changes
Author:Bill Burke
Version:$Revision: 1 $
/** * Callback interface for when an interceptor registry changes * * @author <a href="mailto:bill@burkecentral.com">Bill Burke</a> * @version $Revision: 1 $ */
public interface JaxrsInterceptorRegistryListener { void registryUpdated(JaxrsInterceptorRegistry registry); }