Package jsl.modeling.resource
Interface FailureEventListenerIfc
-
- All Known Implementing Classes:
DTPQueueResourceModelWithFailures.FailureEventListener
,ResourceUnitExample3.FailureEventListener
public interface FailureEventListenerIfc
An interface to react to the start and completion of SingleFailureEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
failureCompleted()
void
failureStarted()
-