Uses of Interface
com.googlecode.lightest.core.ITaskDispatchStrategy

Packages that use ITaskDispatchStrategy
com.googlecode.lightest.core   
 

Uses of ITaskDispatchStrategy in com.googlecode.lightest.core
 

Subinterfaces of ITaskDispatchStrategy in com.googlecode.lightest.core
 interface IInterruptibleTaskDispatchStrategy
          A dispatch strategy that can be interrupted.
 

Classes in com.googlecode.lightest.core that implement ITaskDispatchStrategy
 class InteractiveTaskDispatchStrategy
           
 class SimpleTaskDispatchStrategy
           
 

Methods in com.googlecode.lightest.core that return ITaskDispatchStrategy
 ITaskDispatchStrategy Configuration.getTaskDispatchStrategy()
           
 ITaskDispatchStrategy IConfiguration.getTaskDispatchStrategy()
          Returns an instance of the ITaskDispatchStrategy implementation to use instead of whatever implementation is available by default.
 

Methods in com.googlecode.lightest.core with parameters of type ITaskDispatchStrategy
 void TaskDispatcher.setStrategy(ITaskDispatchStrategy strategy)
           
 void ITaskDispatcher.setStrategy(ITaskDispatchStrategy strategy)
           
 



Copyright © 2009. All Rights Reserved.