Interface IResponseWaiter
public interface IResponseWaiter
Interface to a class that determines, when an initial timeout has been reached, whether the system should
continue to wait.
-
Method Summary
-
Method Details
-
waitAgain
boolean waitAgain()- Returns:
trueif the system should continue to wait, offalseif it should not
-