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