Class TimerTaskViewGUI2d

java.lang.Object
java.util.TimerTask
fr.formiko.views.gui2d.TimerTaskViewGUI2d
All Implemented Interfaces:
Runnable

class TimerTaskViewGUI2d extends TimerTask
A simple TimerTask extends class with a ViewGUI2d.
run methode is Override depending of the action that we need to do.
Author:
Hydrolien
  • Field Details

  • Constructor Details

    • TimerTaskViewGUI2d

      public TimerTaskViewGUI2d(ViewGUI2d view)
      Main constructor.
  • Method Details

    • run

      public void run()
      Simple run methode that do nothing.
      Specified by:
      run in interface Runnable
      Specified by:
      run in class TimerTask