Class InactivePeriodNotice.InactivePeriodNoticeState

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String myName  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected InactivePeriodNoticeState​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void activate()  
      protected void cancel()  
      protected void complete()  
      protected void delay()  
      • Methods inherited from class java.lang.Object

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

      • myName

        protected final java.lang.String myName
    • Constructor Detail

      • InactivePeriodNoticeState

        protected InactivePeriodNoticeState​(java.lang.String name)
    • Method Detail

      • activate

        protected void activate()
      • delay

        protected void delay()
      • cancel

        protected void cancel()
      • complete

        protected void complete()