Package adams.core
Interface FailureIndicator
-
public interface FailureIndicator
Interface for classes that need to indicate a failure.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasFailed()
Returns whether the last action failed to execute properly.
-