Uses of Interface
org.apache.tapestry.engine.IMonitorFactory

Packages that use IMonitorFactory
org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.services.impl   
 

Uses of IMonitorFactory in org.apache.tapestry.engine
 

Classes in org.apache.tapestry.engine that implement IMonitorFactory
 class DefaultMonitorFactory
          Implementation of IMonitorFactory that returns the NullMonitor.
 

Uses of IMonitorFactory in org.apache.tapestry.services.impl
 

Methods in org.apache.tapestry.services.impl with parameters of type IMonitorFactory
 void RequestCycleFactoryImpl.setMonitorFactory(IMonitorFactory monitorFactory)