Uses of Interface
org.refcodes.decoupling.DependencyInterceptor
-
Uses of DependencyInterceptor in org.refcodes.decoupling
Fields in org.refcodes.decoupling with type parameters of type DependencyInterceptorMethods in org.refcodes.decoupling with parameters of type DependencyInterceptorModifier and TypeMethodDescriptionbooleanReactor.addInterceptor(DependencyInterceptor aInterceptor) Adds the givenDependencyInterceptorinstance.booleanReactor.hasInterceptor(DependencyInterceptor aInterceptor) Tests whether the givenDependencyInterceptorinstance has been added.booleanReactor.removeInterceptor(DependencyInterceptor aInterceptor) Removes theDependencyInterceptorinstance.