public class LifeCycleComponentManager extends java.lang.Object implements IComponentContainer
| Constructor and Description |
|---|
LifeCycleComponentManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addComponent(LifeCycleComponent component) |
void |
onBecomesPartiallyInvisible() |
void |
onBecomesTotallyInvisible() |
void |
onBecomesVisibleFromPartiallyInvisible() |
void |
onBecomesVisibleFromTotallyInvisible() |
void |
onDestroy() |
static void |
tryAddComponentToContainer(LifeCycleComponent component,
java.lang.Object matrixContainer)
Try to add component to container
|
static boolean |
tryAddComponentToContainer(LifeCycleComponent component,
java.lang.Object matrixContainer,
boolean throwEx) |
public static void tryAddComponentToContainer(LifeCycleComponent component, java.lang.Object matrixContainer)
component - matrixContainer - public static boolean tryAddComponentToContainer(LifeCycleComponent component, java.lang.Object matrixContainer, boolean throwEx)
public void addComponent(LifeCycleComponent component)
addComponent in interface IComponentContainerpublic void onBecomesVisibleFromTotallyInvisible()
public void onBecomesTotallyInvisible()
public void onBecomesPartiallyInvisible()
public void onBecomesVisibleFromPartiallyInvisible()
public void onDestroy()