Uses of Interface
cz.cuni.amis.pogamut.base.component.controller.IComponentControlHelper

Packages that use IComponentControlHelper
cz.cuni.amis.pogamut.base.communication.worldview.impl   
cz.cuni.amis.pogamut.base.component.controller   
cz.cuni.amis.pogamut.base.component.lifecyclebus   
cz.cuni.amis.pogamut.multi.communication.worldview.impl   
 

Uses of IComponentControlHelper in cz.cuni.amis.pogamut.base.communication.worldview.impl
 

Fields in cz.cuni.amis.pogamut.base.communication.worldview.impl declared as IComponentControlHelper
protected  IComponentControlHelper AbstractWorldView.control
           
 

Uses of IComponentControlHelper in cz.cuni.amis.pogamut.base.component.controller
 

Subinterfaces of IComponentControlHelper in cz.cuni.amis.pogamut.base.component.controller
 interface ISharedComponentControlHelper
          Provides a way to control the shared component.
 

Classes in cz.cuni.amis.pogamut.base.component.controller that implement IComponentControlHelper
 class ComponentControlHelper
          Provides empty implementations of life-cycle methods defined by IComponentControlHelper - override only these that you need.
 class SharedComponentControlHelper
          Provides empty implementations of life-cycle methods defined by ISharedComponentControlHelper - override only these that you need.
protected  class SharedComponentController.ControlHelper
           
 

Fields in cz.cuni.amis.pogamut.base.component.controller declared as IComponentControlHelper
protected  IComponentControlHelper AbstractComponentControllerBase.control
          Method providing means for direct control of the AbstractComponentControllerBase.component.
 

Methods in cz.cuni.amis.pogamut.base.component.controller that return IComponentControlHelper
 IComponentControlHelper IComponentControllerBase.getComponentControl()
          Returns component control with lifecycle methods of the component controlled by this instance.
 IComponentControlHelper AbstractComponentControllerBase.getComponentControl()
           
 

Constructors in cz.cuni.amis.pogamut.base.component.controller with parameters of type IComponentControlHelper
AbstractComponentControllerBase(COMPONENT component, IComponentControlHelper componentControlHelper, Logger log)
          Initialize the controller.
AbstractComponentControllerBase(cz.cuni.amis.utils.token.IToken componentControllerId, COMPONENT component, IComponentControlHelper componentControlHelper, Logger log)
          Initialize controller with specific componentControllerId.
ComponentController(COMPONENT component, IComponentControlHelper componentControlHelper, IComponentBus bus, Logger log, ComponentDependencies dependencies)
          If you use only IComponentBus (not ILifecycleBus, you must create this ComponentController before any of 'dependencies' is started as there is no way how to retrieve state of component from 'dependencies' so we will assume that all are in state ComponentState.INSTANTIATED.
ComponentController(COMPONENT component, IComponentControlHelper componentControlHelper, IComponentBus bus, Logger log, ComponentDependencyType dependencyType, Object... dependencies)
          If you use only IComponentBus (not ILifecycleBus, you must create this ComponentController before any of 'dependencies' is started as there is no way how to retrieve state of component from 'dependencies' so we will assume that all are in state ComponentState.INSTANTIATED.
ComponentController(COMPONENT component, IComponentControlHelper componentControlHelper, ILifecycleBus bus, Logger log, ComponentDependencies dependencies)
          If you're using ILifecycleBus (not only IComponentBus, you may create this ComponentController even after some 'dependencies' has started as ILifecycleBus allows us to retrieve current state of dependencies, so we're able to start the component during the construction if dependencies are already met.
ComponentController(COMPONENT component, IComponentControlHelper componentControlHelper, ILifecycleBus bus, Logger log, ComponentDependencyType dependencyType, Object... dependencies)
          If you're using ILifecycleBus (not only IComponentBus, you may create this ComponentController even after some 'dependencies' has started as ILifecycleBus allows us to retrieve current state of dependencies, so we're able to start the component during the construction if dependencies are already met.
 

Uses of IComponentControlHelper in cz.cuni.amis.pogamut.base.component.lifecyclebus
 

Methods in cz.cuni.amis.pogamut.base.component.lifecyclebus with parameters of type IComponentControlHelper
<T extends IComponent>
IComponentController<T>
LifecycleBus.addLifecycleManagement(T component, IComponentControlHelper lifecyleMethods, ComponentDependencies componentDependencies)
           
<T extends IComponent>
IComponentController<T>
ILifecycleBus.addLifecycleManagement(T component, IComponentControlHelper lifecyleMethods, ComponentDependencies componentDependencies)
          Registers 'lifecycleMethods' to be called in correct times according to 'componentDependencies' for the 'component'.
 

Uses of IComponentControlHelper in cz.cuni.amis.pogamut.multi.communication.worldview.impl
 

Fields in cz.cuni.amis.pogamut.multi.communication.worldview.impl declared as IComponentControlHelper
protected  IComponentControlHelper AbstractLocalWorldView.control
           
 



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.