Uses of Interface
org.zeroturnaround.javarebel.ClassLoaderDestructionListener
Packages that use ClassLoaderDestructionListener
Package
Description
Contains the core classes for the JavaRebel SDK that allow custom configuration and integration.
-
Uses of ClassLoaderDestructionListener in org.zeroturnaround.javarebel
Methods in org.zeroturnaround.javarebel with parameters of type ClassLoaderDestructionListenerModifier and TypeMethodDescriptionvoidIntegration.addClassLoaderDestructionListener(ClassLoader cl, ClassLoaderDestructionListener listener) Registers a call back invoked when a given class loader is being destroyed.voidIntegration.removeClassLoaderDestructionListener(ClassLoaderDestructionListener listener) Removes a call back invoked when a given class loader is being destroyed.