Package jsl.modeling.resource
Class InactivePeriodNotice.DelayedState
- java.lang.Object
-
- jsl.modeling.resource.InactivePeriodNotice.InactivePeriodNoticeState
-
- jsl.modeling.resource.InactivePeriodNotice.DelayedState
-
- Enclosing class:
- InactivePeriodNotice
protected class InactivePeriodNotice.DelayedState extends InactivePeriodNotice.InactivePeriodNoticeState
-
-
Field Summary
-
Fields inherited from class jsl.modeling.resource.InactivePeriodNotice.InactivePeriodNoticeState
myName
-
-
Constructor Summary
Constructors Constructor Description DelayedState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
activate()
protected void
cancel()
-
Methods inherited from class jsl.modeling.resource.InactivePeriodNotice.InactivePeriodNoticeState
complete, delay
-
-
-
-
Method Detail
-
activate
protected void activate()
- Overrides:
activate
in classInactivePeriodNotice.InactivePeriodNoticeState
-
cancel
protected void cancel()
- Overrides:
cancel
in classInactivePeriodNotice.InactivePeriodNoticeState
-
-