Package jsl.modeling.resource
Class FailureNotice.DelayedState
- java.lang.Object
-
- jsl.modeling.resource.FailureNotice.FailureNoticeState
-
- jsl.modeling.resource.FailureNotice.DelayedState
-
- Enclosing class:
- FailureNotice
protected class FailureNotice.DelayedState extends FailureNotice.FailureNoticeState
-
-
Field Summary
-
Fields inherited from class jsl.modeling.resource.FailureNotice.FailureNoticeState
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
ignore()
-
Methods inherited from class jsl.modeling.resource.FailureNotice.FailureNoticeState
complete, delay
-
-
-
-
Method Detail
-
activate
protected void activate()
- Overrides:
activate
in classFailureNotice.FailureNoticeState
-
ignore
protected void ignore()
- Overrides:
ignore
in classFailureNotice.FailureNoticeState
-
-