Module org.dyn4j

Class StepAdapter

    • Constructor Detail

      • StepAdapter

        public StepAdapter()
        Deprecated.
    • Method Detail

      • begin

        public void begin​(Step step,
                          World world)
        Deprecated.
        Description copied from interface: StepListener
        Called before a simulation step is performed.
        Specified by:
        begin in interface StepListener
        Parameters:
        step - the step information
        world - the simulation World
      • postSolve

        public void postSolve​(Step step,
                              World world)
        Deprecated.
        Description copied from interface: StepListener
        Called after the world has been solved but before new contacts are found.
        Specified by:
        postSolve in interface StepListener
        Parameters:
        step - the step information
        world - the simulation World
      • end

        public void end​(Step step,
                        World world)
        Deprecated.
        Description copied from interface: StepListener
        Called after a simulation step has been performed.
        Specified by:
        end in interface StepListener
        Parameters:
        step - the step information
        world - the simulation World