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