Castle.MicroKernel.IHandlerFactory public interface IHandlerFactory Extension point to allow the developer to use his implementation of IHandler Documentation Code namespace Castle.MicroKernel { public delegate void HandlerDelegate (IHandler handler, ref bool stateChanged); }