Class RotationTask

    • Field Detail

      • PROPERTY_TYPENAME

        public static final java.lang.String PROPERTY_TYPENAME
        The destination property.
        See Also:
        Constant Field Values
      • PROPERTY_ROTATION

        public static final java.lang.String PROPERTY_ROTATION
        .
        See Also:
        Constant Field Values
    • Constructor Detail

      • RotationTask

        public RotationTask()
    • Method Detail

      • execute

        public void execute​(IEnvironmentSpace space,
                            ISpaceObject obj,
                            long progress,
                            IClockService clock)
        Executes the task. Handles exceptions. Subclasses should implement doExecute() instead.
        Specified by:
        execute in interface IObjectTask
        Overrides:
        execute in class AbstractTask
        Parameters:
        space - The environment in which the task is executing.
        obj - The object that is executing the task.
        progress - The time that has passed according to the environment executor.
        clock - The clock service.
      • main

        public static void main​(java.lang.String[] args)