Package adams.core
Interface FailureIndicator
-
public interface FailureIndicatorInterface 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 booleanhasFailed()Returns whether the last action failed to execute properly.
-