public interface IPerceptGenerator extends IEnvironmentListener, IPropertyObject
Modifier and Type | Method and Description |
---|---|
void |
componentAdded(IComponentDescription component,
IEnvironmentSpace space)
Called when an component was added to the space.
|
void |
componentRemoved(IComponentDescription component,
IEnvironmentSpace space)
Called when an component was remove from the space.
|
dispatchEnvironmentEvent
getProperty, getPropertyNames, hasProperty, setProperty
void componentAdded(IComponentDescription component, IEnvironmentSpace space)
component
- The component identifier.space
- The space.void componentRemoved(IComponentDescription component, IEnvironmentSpace space)
component
- The component identifier.space
- The space.