Uses of Class
it.geosolutions.geobatch.configuration.event.listener.ProgressListenerConfiguration

Packages that use ProgressListenerConfiguration
it.geosolutions.geobatch.configuration.event.action   
it.geosolutions.geobatch.configuration.event.consumer   
it.geosolutions.geobatch.configuration.event.listener   
it.geosolutions.geobatch.configuration.flow   
it.geosolutions.geobatch.flow.event   
 

Uses of ProgressListenerConfiguration in it.geosolutions.geobatch.configuration.event.action
 

Methods in it.geosolutions.geobatch.configuration.event.action that return types with arguments of type ProgressListenerConfiguration
 java.util.List<ProgressListenerConfiguration> ActionConfiguration.getListenerConfigurations()
           
 

Methods in it.geosolutions.geobatch.configuration.event.action with parameters of type ProgressListenerConfiguration
 void ActionConfiguration.addListenerConfiguration(ProgressListenerConfiguration plc)
           
 

Method parameters in it.geosolutions.geobatch.configuration.event.action with type arguments of type ProgressListenerConfiguration
 void ActionConfiguration.setListenerConfigurations(java.util.List<ProgressListenerConfiguration> listenerConfigurations)
           
 

Uses of ProgressListenerConfiguration in it.geosolutions.geobatch.configuration.event.consumer
 

Methods in it.geosolutions.geobatch.configuration.event.consumer that return types with arguments of type ProgressListenerConfiguration
 java.util.List<ProgressListenerConfiguration> EventConsumerConfiguration.getListenerConfigurations()
           
 

Methods in it.geosolutions.geobatch.configuration.event.consumer with parameters of type ProgressListenerConfiguration
 void EventConsumerConfiguration.addListenerConfiguration(ProgressListenerConfiguration plc)
           
 

Uses of ProgressListenerConfiguration in it.geosolutions.geobatch.configuration.event.listener
 

Classes in it.geosolutions.geobatch.configuration.event.listener with type parameters of type ProgressListenerConfiguration
 interface ProgressListenerService<T extends ProgressListener,PLC extends ProgressListenerConfiguration>
           
 

Uses of ProgressListenerConfiguration in it.geosolutions.geobatch.configuration.flow
 

Methods in it.geosolutions.geobatch.configuration.flow that return ProgressListenerConfiguration
 ProgressListenerConfiguration BaseFlowConfiguration.getProgressListenerConfiguration(java.lang.String id)
           
 ProgressListenerConfiguration FlowConfiguration.getProgressListenerConfiguration(java.lang.String id)
           
 

Methods in it.geosolutions.geobatch.configuration.flow that return types with arguments of type ProgressListenerConfiguration
 java.util.List<ProgressListenerConfiguration> BaseFlowConfiguration.getProgressListenerConfigurations()
           
 java.util.List<ProgressListenerConfiguration> FlowConfiguration.getProgressListenerConfigurations()
           
 

Method parameters in it.geosolutions.geobatch.configuration.flow with type arguments of type ProgressListenerConfiguration
 void BaseFlowConfiguration.setProgressListenerConfigurations(java.util.List<ProgressListenerConfiguration> progressListenerConfigurations)
           
 void FlowConfiguration.setProgressListenerConfigurations(java.util.List<ProgressListenerConfiguration> progressListenerConfigurations)
           
 

Uses of ProgressListenerConfiguration in it.geosolutions.geobatch.flow.event
 

Fields in it.geosolutions.geobatch.flow.event declared as ProgressListenerConfiguration
protected  ProgressListenerConfiguration ProgressListener.configuration
           
 

Constructors in it.geosolutions.geobatch.flow.event with parameters of type ProgressListenerConfiguration
ProgressListener(ProgressListenerConfiguration configuration, Identifiable caller)
           
 



Copyright © 2008-2012 GeoSolutions. All Rights Reserved.