Uses of Class
org.eclipse.core.runtime.PerformanceStats.PerformanceListener
-
Packages that use PerformanceStats.PerformanceListener Package Description org.eclipse.core.runtime Provides support for the runtime platform, core utility methods and the extension registry. -
-
Uses of PerformanceStats.PerformanceListener in org.eclipse.core.runtime
Methods in org.eclipse.core.runtime with parameters of type PerformanceStats.PerformanceListener Modifier and Type Method Description static void
PerformanceStats. addListener(PerformanceStats.PerformanceListener listener)
Adds a listener that is notified when performance events occur.static void
PerformanceStats. removeListener(PerformanceStats.PerformanceListener listener)
Removes an event listener.
-