net.sourceforge.fixpusher.view
Interface MainPanelListener

All Known Implementing Classes:
TopPanel

public interface MainPanelListener

The listener interface for receiving mainPanel events. The class that is interested in processing a mainPanel event implements this interface, and the object created with that class is registered with a component using the component's addMainPanelListener method. When the mainPanel event occurs, that object's appropriate method is invoked.


Method Summary
 void onMainPanelChanged()
          On main panel changed.
 void setStatusInfo(javax.swing.ImageIcon imageIcon, java.lang.String text)
          Sets the status info.
 

Method Detail

onMainPanelChanged

void onMainPanelChanged()
On main panel changed.


setStatusInfo

void setStatusInfo(javax.swing.ImageIcon imageIcon,
                   java.lang.String text)
Sets the status info.

Parameters:
imageIcon - the image icon
text - the text