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 Detail

      • hasFailed

        boolean hasFailed()
        Returns whether the last action failed to execute properly.
        Returns:
        true if last action failed