org.sump.analyzer
Interface StatusChangeListener

All Known Implementing Classes:
MainWindow

public interface StatusChangeListener

Simple interface for a "event" mechanism that allows the diagram to update the main windows status bar.

Version:
0.7
Author:
Michael "Mr. Sump" Poppitz

Method Summary
 void statusChanged(java.lang.String status)
          Called when the status bar text needs to change.
 

Method Detail

statusChanged

void statusChanged(java.lang.String status)
Called when the status bar text needs to change.

Parameters:
status - new status bar text