GWTApplication.client
Class SearchResultFormatter.GetEmailUpdateClickListener

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

 class SearchResultFormatter.GetEmailUpdateClickListener
extends java.lang.Object
implements com.google.gwt.user.client.ui.ClickListener

An inner class which is called when the user presses the link which allows him to receive updates when the fault is updated in the database

Author:
Craige Bevil

Field Summary
private  int faultNumber
           
 
Constructor Summary
SearchResultFormatter.GetEmailUpdateClickListener(int faultNumber)
           
 
Method Summary
 void onClick(com.google.gwt.user.client.ui.Widget sender)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

faultNumber

private int faultNumber
Constructor Detail

SearchResultFormatter.GetEmailUpdateClickListener

public SearchResultFormatter.GetEmailUpdateClickListener(int faultNumber)
Method Detail

onClick

public void onClick(com.google.gwt.user.client.ui.Widget sender)
Specified by:
onClick in interface com.google.gwt.user.client.ui.ClickListener