Interface IPerceptGenerator

    • Method Detail

      • componentAdded

        void componentAdded​(IComponentDescription component,
                            IEnvironmentSpace space)
        Called when an component was added to the space.
        Parameters:
        component - The component identifier.
        space - The space.
      • componentRemoved

        void componentRemoved​(IComponentDescription component,
                              IEnvironmentSpace space)
        Called when an component was remove from the space.
        Parameters:
        component - The component identifier.
        space - The space.