Interface ClassLoaderWriterListener
-
public interface ClassLoaderWriterListenerWhiteboard interface for scripting implementations which need to respond to ClassLoader clearing events.- Since:
- 1.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonClassLoaderClear(java.lang.String context)Fires when the ClassLoader is cleared.
-