Interface ISpaceProcess

    • Method Detail

      • start

        void start​(IClockService clock,
                   IEnvironmentSpace space)
        This method will be executed by the object before the process gets added to the execution queue.
        Parameters:
        clock - The clock.
        space - The space this process is running in.
      • shutdown

        void shutdown​(IEnvironmentSpace space)
        This method will be executed by the object before the process is removed from the execution queue.
        Parameters:
        clock - The clock.
        space - The space this process is running in.
      • execute

        void execute​(IClockService clock,
                     IEnvironmentSpace space)
        Executes the environment process
        Parameters:
        clock - The clock.
        space - The space this process is running in.