Class OneTimeRunnable


  • public class OneTimeRunnable
    extends java.lang.Object
    Author:
    Tony Vaagenes
    • Constructor Summary

      Constructors 
      Constructor Description
      OneTimeRunnable​(java.lang.Runnable runnable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void runIfFirstInvocation()  
      • Methods inherited from class java.lang.Object

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

      • OneTimeRunnable

        public OneTimeRunnable​(java.lang.Runnable runnable)
    • Method Detail

      • runIfFirstInvocation

        public void runIfFirstInvocation()