Package arc.util

Class Time.DelayRun

java.lang.Object
arc.util.Time.DelayRun
All Implemented Interfaces:
Pool.Poolable
Enclosing class:
Time

public static class Time.DelayRun extends Object implements Pool.Poolable
  • Constructor Details

    • DelayRun

      public DelayRun()
  • Method Details

    • reset

      public void reset()
      Description copied from interface: Pool.Poolable
      Resets the object for reuse. Object references should be nulled and fields may be set to default values.
      Specified by:
      reset in interface Pool.Poolable