com.bea.jvm.event
Interface GarbageCollectionListener

All Superinterfaces:
java.util.EventListener

public interface GarbageCollectionListener
extends java.util.EventListener

The listener interface for GarbageCollectionEvent.


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

Method Detail

onGarbageCollection

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

Parameters:
event - the GarbageCollectionEvent generated.