public interface ComponentListener
| Modifier and Type | Method and Description |
|---|---|
void |
onComponentAdded(Component component)
Called after a component is added to an entity.
|
void |
onComponentRemoved(Component component)
Called before a component is removed from an entity.
|
void onComponentAdded(Component component)
component - the componentvoid onComponentRemoved(Component component)
component - the componentCopyright © 2017. All rights reserved.