1: package fitnesse.wikitext; 2: 3: public interface WidgetInterceptor { 4: void intercept(WikiWidget widget) throws Exception; 5: }