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

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

Uses of GarbageCollectionListener in com.bea.jvm
 

Methods in com.bea.jvm with parameters of type GarbageCollectionListener
 void GarbageCollector.addGarbageCollectionListener(GarbageCollectionListener listener)
          Adds a listener to be notified whenever a Garbage Collection run has been performed.
 void GarbageCollector.removeGarbageCollectionListener(GarbageCollectionListener listener)
          Removes the specified GarbageCollectionListener.