Uses of Interface
com.jalios.jcms.analytics.ProgressListener
-
Packages that use ProgressListener Package Description com.jalios.jcms.analytics -
-
Uses of ProgressListener in com.jalios.jcms.analytics
Classes in com.jalios.jcms.analytics that implement ProgressListener Modifier and Type Class Description classAnalyzeListenerMethods in com.jalios.jcms.analytics that return ProgressListener Modifier and Type Method Description ProgressListenerAbstractAnalyzeJob. getListener()Methods in com.jalios.jcms.analytics with parameters of type ProgressListener Modifier and Type Method Description voidAbstractAnalyzeJob. setListener(ProgressListener listener)Constructors in com.jalios.jcms.analytics with parameters of type ProgressListener Constructor Description AbstractAnalyzeJob(Interval interval, StatisticContext context, java.util.List<AbstractStatisticAgent> agentList, ProgressListener listener)AnalyzeJob(java.util.Date analyzedDate, StatisticContext context, java.util.List<AbstractStatisticAgent> agentList, ProgressListener listener)PeriodAnalyzeJob(Interval analyzedInterval, StatisticContext context, java.util.List<AbstractStatisticAgent> agentList, ProgressListener listener)
-