Interface ClassLoaderWriterListener
public interface ClassLoaderWriterListener
Whiteboard interface for scripting implementations which need to respond to
ClassLoader clearing events.
- Since:
- 1.4.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidonClassLoaderClear(String context) Fires when the ClassLoader is cleared.
-
Method Details
-
onClassLoaderClear
Fires when the ClassLoader is cleared.- Parameters:
context- the context of the cache clear
-