Class StartWithDelay

  • All Implemented Interfaces:
    java.io.Serializable

    public class StartWithDelay
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long delay  
      java.lang.String phase  
    • Constructor Summary

      Constructors 
      Constructor Description
      StartWithDelay​(java.lang.String phase, long delay)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • phase

        public final java.lang.String phase
      • delay

        public final long delay
    • Constructor Detail

      • StartWithDelay

        public StartWithDelay​(java.lang.String phase,
                              long delay)