|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Module.State | |
|---|---|
| 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. |
| Uses of Module.State in org.appdapter.api.module |
|---|
| Methods in org.appdapter.api.module that return Module.State | |
|---|---|
Module.State |
Module.getState()
|
static Module.State |
Module.State.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Module.State[] |
Module.State.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of Module.State in org.appdapter.module.basic |
|---|
| Methods in org.appdapter.module.basic that return Module.State | |
|---|---|
Module.State |
BasicModule.getState()
|
| Methods in org.appdapter.module.basic with parameters of type Module.State | |
|---|---|
protected List<Module> |
BasicModulator.getModulesMatchingStates(Module.State... matchStates)
|
protected static boolean |
BasicModulator.isModuleInActionState(Module.State modState)
|
protected void |
BasicModule.verifyStoredState(String checkingMethod,
boolean throExcept,
Module.State... allowedStates)
Ensure we are in an allowed state, will notifyStateViolation if not. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||