org.fest.swing.applet
Interface StatusDisplay

All Known Implementing Classes:
AppletViewer

public interface StatusDisplay

Understands how to display the state of an applet.

Author:
Alex Ruiz

Method Summary
 void showStatus(String status)
          Displays the given status message.
 

Method Detail

showStatus

void showStatus(String status)
Displays the given status message.

Parameters:
status - the status to display.


Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.