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