Class RunnableWrapper

java.lang.Object
host.anzo.anticheat.commons.model.RunnableWrapper
All Implemented Interfaces:
Runnable

public class RunnableWrapper extends Object implements Runnable
  • Constructor Details

    • RunnableWrapper

      public RunnableWrapper(Runnable runnable)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable