com.bea.jvm.event
Interface GarbageCollectionListener

All Superinterfaces:
java.util.EventListener

public interface GarbageCollectionListener
extends java.util.EventListener

The listener interface for GarbageCollectionEvent.

Author:
Calle Wilund, Marcus Hirt

Method Summary
 void onGarbageCollection(GarbageCollectionEvent event)
          Called whenever a garbage collection is run.
 

Method Detail

onGarbageCollection

public void onGarbageCollection(GarbageCollectionEvent event)
Called whenever a garbage collection is run.

Parameters:
event - the GarbageCollectionEvent generated.