public interface IPerceptGenerator extends IEnvironmentListener, jadex.commons.IPropertyObject
Modifier and Type | Method and Description |
---|---|
void |
componentAdded(jadex.bridge.service.types.cms.IComponentDescription component,
IEnvironmentSpace space)
Called when an component was added to the space.
|
void |
componentRemoved(jadex.bridge.service.types.cms.IComponentDescription component,
IEnvironmentSpace space)
Called when an component was remove from the space.
|
dispatchEnvironmentEvent
void componentAdded(jadex.bridge.service.types.cms.IComponentDescription component, IEnvironmentSpace space)
component
- The component identifier.space
- The space.void componentRemoved(jadex.bridge.service.types.cms.IComponentDescription component, IEnvironmentSpace space)
component
- The component identifier.space
- The space.