com.digi.config.util
Interface StatusDisplay


public interface StatusDisplay

This interface defines operations to display status within a UI.


Method Summary
 java.lang.String getStatusText()
          Get the current status text.
 void updateStatus(boolean busy, java.lang.String text)
          Update the status of the UI.
 

Method Detail

updateStatus

public void updateStatus(boolean busy,
                         java.lang.String text)
Update the status of the UI.

Parameters:
busy - if true status should indicate a busy state.
text - status text to be displayed.

getStatusText

public java.lang.String getStatusText()
Get the current status text.

Returns:
the current status text.


Copyright © 2001-2002 Digi International. All Rights Reserved.