Uses of Interface
org.osgi.framework.hooks.weaving.WovenClassListener
Packages that use WovenClassListener
-
Uses of WovenClassListener in org.apache.felix.framework
Method parameters in org.apache.felix.framework with type arguments of type WovenClassListenerModifier and TypeMethodDescriptionprotected voidBundleWiringImpl.BundleClassLoader.callWovenClassListeners(Felix felix, Set<ServiceReference<WovenClassListener>> wovenClassListeners, WovenClass wovenClass) (package private) ClassBundleWiringImpl.BundleClassLoader.defineClass(Felix felix, Set<ServiceReference<WovenClassListener>> wovenClassListeners, WovenClassImpl wci, String name, Class clazz, byte[] bytes, Content content, String pkgName, Object lock) -
Uses of WovenClassListener in org.apache.felix.framework.util
Methods in org.apache.felix.framework.util with parameters of type WovenClassListenerModifier and TypeMethodDescriptionvoidSecureAction.invokeWovenClassListener(WovenClassListener wcl, WovenClass wc)