| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.base.component.bus | |
| cz.cuni.amis.pogamut.base.component.lifecyclebus |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
IComponentBus.getComponent(Class<T> cls)
Returns component of class 'cls', if there is more then one component for that
class than an exception is thrown.
|
<T> T |
ComponentBus.getComponent(Class<T> cls) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
LifecycleBus.getComponent(Class<T> cls) |
cz.cuni.amis.utils.flag.ImmutableFlag<ComponentState> |
LifecycleBus.getComponentState(Class<? extends IComponent> cls) |
cz.cuni.amis.utils.flag.ImmutableFlag<ComponentState> |
ILifecycleBus.getComponentState(Class<? extends IComponent> cls)
Returns current
ComponentState of the component that implements / inherit the 'cls' class. |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.