Uses of Package
cz.cuni.amis.pogamut.base.component.controller

Packages that use cz.cuni.amis.pogamut.base.component.controller
cz.cuni.amis.pogamut.base.agent.module   
cz.cuni.amis.pogamut.base.communication.connection.impl   
cz.cuni.amis.pogamut.base.communication.connection.impl.socket   
cz.cuni.amis.pogamut.base.communication.worldview.impl   
cz.cuni.amis.pogamut.base.component   
cz.cuni.amis.pogamut.base.component.bus.exception   
cz.cuni.amis.pogamut.base.component.controller   
cz.cuni.amis.pogamut.base.component.lifecyclebus   
cz.cuni.amis.pogamut.base3d.worldview.impl   
cz.cuni.amis.pogamut.multi.communication.worldview.impl   
 

Classes in cz.cuni.amis.pogamut.base.component.controller used by cz.cuni.amis.pogamut.base.agent.module
ComponentController
          Provides simple way for components to start/stop automatically based on the status of objects they depends on (e.g.
ComponentDependencies
           
ComponentState
           
 

Classes in cz.cuni.amis.pogamut.base.component.controller used by cz.cuni.amis.pogamut.base.communication.connection.impl
ComponentController
          Provides simple way for components to start/stop automatically based on the status of objects they depends on (e.g.
ComponentDependencies
           
 

Classes in cz.cuni.amis.pogamut.base.component.controller used by cz.cuni.amis.pogamut.base.communication.connection.impl.socket
ComponentDependencies
           
 

Classes in cz.cuni.amis.pogamut.base.component.controller used by cz.cuni.amis.pogamut.base.communication.worldview.impl
ComponentController
          Provides simple way for components to start/stop automatically based on the status of objects they depends on (e.g.
ComponentDependencies
           
IComponentControlHelper
          Provides a way to control the component.
 

Classes in cz.cuni.amis.pogamut.base.component.controller used by cz.cuni.amis.pogamut.base.component
ComponentDependencies
           
 

Classes in cz.cuni.amis.pogamut.base.component.controller used by cz.cuni.amis.pogamut.base.component.bus.exception
ComponentState
           
 

Classes in cz.cuni.amis.pogamut.base.component.controller used by cz.cuni.amis.pogamut.base.component.controller
AbstractComponentControllerBase
          Abstract class implementing some methods from IComponentControllerBase.
ComponentDependencies
           
ComponentDependencyType
          Defines the way the ComponentController behaves - when it calls IComponentControlHelper.init() and IComponentControlHelper.start() methods.
ComponentState
           
IComponentControlHelper
          Provides a way to control the component.
IComponentController
          The component controller is meant for simple IComponent NOT ISharedComponents (for them, use ISharedComponentController instead).
IComponentControllerBase
          Base interface for component controllers, be it IComponentController or ISharedComponentController.
ISharedComponentControlHelper
          Provides a way to control the shared component.
ISharedComponentController
          The component controller is meant for simple ISharedComponent NOT IComponents (for them, use IComponentController instead).
SharedComponentController.ComponentStateListener
           
SharedComponentController.ControlHelper
           
SharedComponentController.LocalController
          Used as IComponentControlHelper that is passed to every ILifecycleBus.addLifecycleManagement(IComponent, IComponentControlHelper, ComponentDependencies) sensing decisions of ordinary ComponentController that signalizes when the component should be started for a given bus.
 

Classes in cz.cuni.amis.pogamut.base.component.controller used by cz.cuni.amis.pogamut.base.component.lifecyclebus
ComponentDependencies
           
ComponentState
           
IComponentControlHelper
          Provides a way to control the component.
IComponentController
          The component controller is meant for simple IComponent NOT ISharedComponents (for them, use ISharedComponentController instead).
 

Classes in cz.cuni.amis.pogamut.base.component.controller used by cz.cuni.amis.pogamut.base3d.worldview.impl
ComponentDependencies
           
 

Classes in cz.cuni.amis.pogamut.base.component.controller used by cz.cuni.amis.pogamut.multi.communication.worldview.impl
ComponentController
          Provides simple way for components to start/stop automatically based on the status of objects they depends on (e.g.
ComponentDependencies
           
IComponentControlHelper
          Provides a way to control the component.
ISharedComponentControlHelper
          Provides a way to control the shared component.
ISharedComponentController
          The component controller is meant for simple ISharedComponent NOT IComponents (for them, use IComponentController instead).
 



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