|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IComponentControllerBase | |
|---|---|
| cz.cuni.amis.pogamut.base.component.controller | |
| Uses of IComponentControllerBase in cz.cuni.amis.pogamut.base.component.controller |
|---|
| Subinterfaces of IComponentControllerBase in cz.cuni.amis.pogamut.base.component.controller | |
|---|---|
interface |
IComponentController<COMPONENT extends IComponent>
The component controller is meant for simple IComponent NOT ISharedComponents (for them, use ISharedComponentController instead). |
interface |
ISharedComponentController<COMPONENT extends ISharedComponent>
The component controller is meant for simple ISharedComponent NOT IComponents (for them, use IComponentController instead). |
| Classes in cz.cuni.amis.pogamut.base.component.controller that implement IComponentControllerBase | |
|---|---|
class |
AbstractComponentControllerBase<COMPONENT extends IComponent>
Abstract class implementing some methods from IComponentControllerBase. |
class |
ComponentController<COMPONENT extends IComponent>
Provides simple way for components to start/stop automatically based on the status of objects they depends on (e.g. |
class |
SharedComponentController<COMPONENT extends ISharedComponent>
Shared component controller is meant to provide management of lifecycle methods of the ISharedComponent
while providing methods that has to be implemented by any ISharedComponent. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||