Interface ClassLoaderWriterListener


  • public interface ClassLoaderWriterListener
    Whiteboard interface for scripting implementations which need to respond to ClassLoader clearing events.
    Since:
    1.4.0
    • Method Detail

      • onClassLoaderClear

        void onClassLoaderClear​(java.lang.String context)
        Fires when the ClassLoader is cleared.
        Parameters:
        context - the context of the cache clear