com.darwinsys.genericui
Interface SuccessFailureUI

All Known Implementing Classes:
SuccessFailureBarSwing

public interface SuccessFailureUI

General contract of display components that can indicate success or failure.


Method Summary
 void reset()
          Show a neutral indication (e.g., gray, or, the screen background)
 void showFailure()
          Show the indicator of "failure" (usually: red), e.g., when a test fails or errors.
 void showSuccess()
          Show the indicator of "success" (often: green)
 

Method Detail

showSuccess

void showSuccess()
Show the indicator of "success" (often: green)


showFailure

void showFailure()
Show the indicator of "failure" (usually: red), e.g., when a test fails or errors.


reset

void reset()
Show a neutral indication (e.g., gray, or, the screen background)



Copyright © 1996-2004 Ian F. Darwin. See license.html for usage license.