Class BeginFrame

java.lang.Object
com.cmt.singularity.lab.gameloop.BeginFrame
All Implemented Interfaces:
com.cmt.singularity.tasks.Task

public class BeginFrame extends Object implements com.cmt.singularity.tasks.Task
Author:
Benjamin Schiller
  • Field Details

    • log

      private static final de.s42.log.Logger log
    • taskGroup

      protected com.cmt.singularity.tasks.TaskGroup taskGroup
    • count

      private int count
  • Constructor Details

    • BeginFrame

      public BeginFrame()
    • BeginFrame

      public BeginFrame(com.cmt.singularity.tasks.TaskGroup taskGroup)
  • Method Details

    • execute

      public void execute()
      Specified by:
      execute in interface com.cmt.singularity.tasks.Task
    • getTaskGroup

      public com.cmt.singularity.tasks.TaskGroup getTaskGroup()
    • setTaskGroup

      public void setTaskGroup(com.cmt.singularity.tasks.TaskGroup taskGroup)