Uses of Class
org.lightwolf.FlowManager

Packages that use FlowManager
org.lightwolf Core classes for flow manipulation and synchronization. 
org.lightwolf.tools Classes that perform bytecode enhancing. 
 

Uses of FlowManager in org.lightwolf
 

Methods in org.lightwolf that return FlowManager
static FlowManager FlowManager.getDefault()
           
 FlowManager Flow.getManager()
           
static FlowManager FlowManager.getNext()
           
static FlowManager FlowManager.setNext(FlowManager manager)
           
 

Methods in org.lightwolf with parameters of type FlowManager
static void FlowManager.setDefault(FlowManager manager)
           
static FlowManager FlowManager.setNext(FlowManager manager)
           
 

Uses of FlowManager in org.lightwolf.tools
 

Subclasses of FlowManager in org.lightwolf.tools
 class SimpleFlowManager