Package org.zeroturnaround.javarebel
Interface ClassLoaderDestructionListener
public interface ClassLoaderDestructionListener
A callback that will be notified when a class loader is destroyed.
- Since:
- 3.0
- Author:
- Rein Raudjärv
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidonDestroy(ClassLoader cl) Called before the class loader registered with JRebel is destroyed.
-
Method Details
-
onDestroy
Called before the class loader registered with JRebel is destroyed.- Parameters:
cl- The custom class loader being integrated.
-