Uses of Interface
org.appdapter.api.module.Module

Packages that use Module
org.appdapter.api.module Micro-framework of defined execution lifecycles for parallel state machines. 
org.appdapter.module.basic The "Basic" Module system provides a simple implementation of the Module + Modulator interfaces and concepts. 
org.appdapter.registry.test Simple unit test programs for the "Basic" Registry and Modulator implementations. 
 

Uses of Module in org.appdapter.api.module
 

Methods in org.appdapter.api.module with parameters of type Module
 void Modulator.attachModule(Module m)
           
 void Modulator.detachModule(Module m)
           
 

Uses of Module in org.appdapter.module.basic
 

Classes in org.appdapter.module.basic that implement Module
 class BasicModule<PM extends Modulator>
           
 class EmptyTimedModule<Mlator extends Modulator>
           
 class NullModule<PM extends Modulator>
           
 class TimedModule<Mlator extends Modulator>
          Here we log the timing of each callback exec, and also make the parent modulator's presence explicit in each callback.
 

Methods in org.appdapter.module.basic that return types with arguments of type Module
protected  List<Module> BasicModulator.getModulesMatchingStates(Module.State... matchStates)
           
 

Methods in org.appdapter.module.basic with parameters of type Module
 void BasicModulator.attachModule(Module m)
           
 void BasicModulator.detachModule(Module m)
           
 

Uses of Module in org.appdapter.registry.test
 

Classes in org.appdapter.registry.test that implement Module
static class BasicModuleTestOne.PowerModule
           
 



Copyright © 2010-2012. All Rights Reserved.