Package jsl.modeling.resource
Interface FailureProcessListenerIfc
-
public interface FailureProcessListenerIfc
An interface to listen for state changes on a FailureProcess and their FailureNotices. These methods are called after the FailureNotice transitions into each state and after the FailureProcess has been notified of the failure notice state change. The isXXX() methods of the FailureProcess and FailureNotice can be used to determine what to do.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
changed(FailureProcess failureProcess, FailureNotice failureNotice)
-
-
-
Method Detail
-
changed
void changed(FailureProcess failureProcess, FailureNotice failureNotice)
-
-