Package org.ikasan.spec.module
Interface ModuleActivator<T>
-
public interface ModuleActivator<T>Provide a contract allowing for different implementations of a module's activation and deactivation at runtime.- Author:
- Ikasan Development Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidactivate(Module<T> module)Active the specified modulevoiddeactivate(Module<T> module)Deactive the specified modulebooleanisActivated(Module<T> module)Has the module been activated
-