Uses of Class
com.bea.jvm.event.GarbageCollectionEvent

Packages that use GarbageCollectionEvent
com.bea.jvm.event Provides interfaces and classes for dealing with different types of management API events. 
 

Uses of GarbageCollectionEvent in com.bea.jvm.event
 

Methods in com.bea.jvm.event with parameters of type GarbageCollectionEvent
 void GarbageCollectionListener.onGarbageCollection(GarbageCollectionEvent event)
          Called whenever a garbage collection is run.