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. 
 | 
dispatchEnvironmentEventgetProperty, getPropertyNames, hasProperty, setPropertyvoid 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.