Uses of Class
org.eclipse.mylar.internal.monitor.usage.InteractionEventLogger

Packages that use InteractionEventLogger
org.eclipse.mylar.internal.monitor.reports   
org.eclipse.mylar.monitor.tests   
org.eclipse.mylar.monitor.usage   
 

Uses of InteractionEventLogger in org.eclipse.mylar.internal.monitor.reports
 

Fields in org.eclipse.mylar.internal.monitor.reports declared as InteractionEventLogger
private  InteractionEventLogger ReportGenerator.logger
           
 

Constructors in org.eclipse.mylar.internal.monitor.reports with parameters of type InteractionEventLogger
ReportGenerator(InteractionEventLogger logger, IUsageCollector collector)
           
ReportGenerator(InteractionEventLogger logger, IUsageCollector collector, boolean saveAllUserEvents)
           
ReportGenerator(InteractionEventLogger logger, java.util.List<IUsageCollector> collectors)
           
ReportGenerator(InteractionEventLogger logger, java.util.List<IUsageCollector> collectors, boolean saveAllUserEvents)
           
ReportGenerator(InteractionEventLogger logger, java.util.List<IUsageCollector> collectors, java.util.List<IUsageScanner> scanners)
           
 

Uses of InteractionEventLogger in org.eclipse.mylar.monitor.tests
 

Fields in org.eclipse.mylar.monitor.tests declared as InteractionEventLogger
private  InteractionEventLogger StatisticsReportingTest.logger
           
private  InteractionEventLogger StatisticsLoggingTest.logger
           
private  InteractionEventLogger MultiWindowMonitorTest.logger
           
private  InteractionEventLogger MonitorTest.logger
           
private  InteractionEventLogger InteractionLoggerTest.logger
           
 

Uses of InteractionEventLogger in org.eclipse.mylar.monitor.usage
 

Fields in org.eclipse.mylar.monitor.usage declared as InteractionEventLogger
private  InteractionEventLogger MylarUsageMonitorPlugin.interactionLogger
           
 

Methods in org.eclipse.mylar.monitor.usage that return InteractionEventLogger
 InteractionEventLogger MylarUsageMonitorPlugin.getInteractionLogger()