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 Type
    Method
    Description
    void
    Called before the class loader registered with JRebel is destroyed.
  • Method Details

    • onDestroy

      void onDestroy(ClassLoader cl)
      Called before the class loader registered with JRebel is destroyed.
      Parameters:
      cl - The custom class loader being integrated.