The Meta-Environment API

Uses of Interface
toolbus.viewer.IPerformanceMonitor

Packages that use IPerformanceMonitor
toolbus.viewer   
 

Uses of IPerformanceMonitor in toolbus.viewer
 

Classes in toolbus.viewer that implement IPerformanceMonitor
 class AbstractViewerAdapter
          This is a convenience class for implementing viewer event listeners.
 

Fields in toolbus.viewer declared as IPerformanceMonitor
private  IPerformanceMonitor PerformanceInformationHandler.performanceMonitor
           
private  IPerformanceMonitor PerformanceInformationHandler.PerformanceStatsEntryHandler.performanceMonitor
           
 

Constructors in toolbus.viewer with parameters of type IPerformanceMonitor
DebugToolBus(java.lang.String[] args, IViewer viewer, IPerformanceMonitor performanceMonitor)
          Constructor.
PerformanceInformationHandler.PerformanceStatsEntryHandler(IPerformanceMonitor performanceMonitor)
          Costructor.
PerformanceInformationHandler(IPerformanceMonitor performanceMonitor)
          Constructor.
 


The Meta-Environment API