Class OneTimeAction

  • All Implemented Interfaces:

    
    public final class OneTimeAction
    
                        

    Action that can only be executed once.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Unit start(Long delayTimeMillis, OneTimeAction.OneTimeActionCallback callback) Starts this action.
      final Unit stop() Stops this action.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait