com.limegroup.gnutella.gui.notify
Interface NotifyCallback


public interface NotifyCallback

This class outlines the basic functionality required in any class that receives callback from native user notification objects.


Method Summary
 void exitApplication()
          exit the application.
 void restoreApplication()
          restore the application to its normal state.
 void showAboutWindow()
          shows the about window with more information about the application.
 void showMenu(int x, int y)
          show a menu of options to the user.
 

Method Detail

restoreApplication

public void restoreApplication()
restore the application to its normal state.


exitApplication

public void exitApplication()
exit the application.


showMenu

public void showMenu(int x,
                     int y)
show a menu of options to the user.


showAboutWindow

public void showAboutWindow()
shows the about window with more information about the application.