Uses of Interface
com.ibm.java.diagnostics.healthcenter.api.gc.GCEventListener
Packages that use GCEventListener
Package
Description
-
Uses of GCEventListener in com.ibm.java.diagnostics.healthcenter.api.gc
Methods in com.ibm.java.diagnostics.healthcenter.api.gc with parameters of type GCEventListenerModifier and TypeMethodDescriptionvoidGCData.addGCListener(GCEventListener listener) Add a listener for notification of when GC events occurvoidGCData.removeGCListener(GCEventListener listener) Remove one of registered listeners. -
Uses of GCEventListener in com.ibm.java.diagnostics.healthcenter.api.gc.impl
Methods in com.ibm.java.diagnostics.healthcenter.api.gc.impl with parameters of type GCEventListenerModifier and TypeMethodDescriptionvoidGCDataImpl.addGCListener(GCEventListener listener) voidGCDataImpl.removeGCListener(GCEventListener listener)