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 voidactivate()protected voiddelay()protected voidignore()-
Methods inherited from class jsl.modeling.resource.FailureNotice.FailureNoticeState
complete
-
-
-
-
Method Detail
-
activate
protected void activate()
- Overrides:
activatein classFailureNotice.FailureNoticeState
-
delay
protected void delay()
- Overrides:
delayin classFailureNotice.FailureNoticeState
-
ignore
protected void ignore()
- Overrides:
ignorein classFailureNotice.FailureNoticeState
-
-