Uses of Interface
com.bea.jvm.event.ClassLoadListener

Packages that use ClassLoadListener
com.bea.jvm Provides the interfaces and the factory class for the JRockit management API.  
 

Uses of ClassLoadListener in com.bea.jvm
 

Methods in com.bea.jvm with parameters of type ClassLoadListener
 void ClassLibrary.addClassLoadListener(java.lang.ClassLoader loader, ClassLoadListener listener)
          Add a listener to receive event notification of Class load/unload.
 void ClassLibrary.addClassLoadListener(ClassLoadListener listener)
          Adds a listener to receive event notification of any Class load/unload.
 void ClassLibrary.removeClassLoadListener(ClassLoadListener listener)
          Removes the specified ClassLoadListener.