GWTApplication.client
Class Main.QuickHelpListener

java.lang.Object
  extended by GWTApplication.client.Main.QuickHelpListener
All Implemented Interfaces:
com.google.gwt.user.client.ui.ClickListener, java.util.EventListener
Enclosing class:
Main

 class Main.QuickHelpListener
extends java.lang.Object
implements com.google.gwt.user.client.ui.ClickListener

This class is a listener class which is called when the user clicks upon the help link in the main panel and is used to display quick help associated with the application

Author:
Craige Bevil

Constructor Summary
Main.QuickHelpListener()
           
 
Method Summary
 void onClick(com.google.gwt.user.client.ui.Widget sender)
          This is called when the user clicks on the hyperlink associated with the help link on the main page and results in the quick help dialog window being displayed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main.QuickHelpListener

Main.QuickHelpListener()
Method Detail

onClick

public void onClick(com.google.gwt.user.client.ui.Widget sender)
This is called when the user clicks on the hyperlink associated with the help link on the main page and results in the quick help dialog window being displayed.

Specified by:
onClick in interface com.google.gwt.user.client.ui.ClickListener
Parameters:
sender - This is the widget that raised this event.