Package jexer

Class TTimer


  • public class TTimer
    extends java.lang.Object
    TTimer implements a simple timer.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setRecurring​(boolean recurring)
      Set the recurring flag.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setRecurring

        public void setRecurring​(boolean recurring)
        Set the recurring flag.
        Parameters:
        recurring - if true, re-schedule this timer after every tick