irc.gui.pixx
Interface PixxMenuBarListener

All Known Implementing Classes:
PixxMDIInterface

public interface PixxMenuBarListener

The menu bar listener.


Method Summary
 void aboutClicked(PixxMenuBar bar)
          The about button has been clicked.
 void chanListClicked(PixxMenuBar bar)
          The chanlist button has been clicked.
 void closeClicked(PixxMenuBar bar)
          The close button has been clicked.
 void connectionClicked(PixxMenuBar bar)
          The connection button has been clicked.
 void dockClicked(PixxMenuBar bar)
          The dock button has been clicked.
 void helpClicked(PixxMenuBar bar)
          The help button has been clicked.
 

Method Detail

connectionClicked

public void connectionClicked(PixxMenuBar bar)
The connection button has been clicked.

Parameters:
bar - the menu bar.

chanListClicked

public void chanListClicked(PixxMenuBar bar)
The chanlist button has been clicked.

Parameters:
bar - the menu bar.

aboutClicked

public void aboutClicked(PixxMenuBar bar)
The about button has been clicked.

Parameters:
bar - the menu bar.

helpClicked

public void helpClicked(PixxMenuBar bar)
The help button has been clicked.

Parameters:
bar - the menu bar.

closeClicked

public void closeClicked(PixxMenuBar bar)
The close button has been clicked.

Parameters:
bar - the menu bar.

dockClicked

public void dockClicked(PixxMenuBar bar)
The dock button has been clicked.

Parameters:
bar - the menu bar.