Uses of Class
GWTApplication.client.FaultUpdateMonitor

Packages that use FaultUpdateMonitor
GWTApplication.client   
 

Uses of FaultUpdateMonitor in GWTApplication.client
 

Fields in GWTApplication.client declared as FaultUpdateMonitor
private  FaultUpdateMonitor Main.faultUpdateMonitor
          Used to check the database intermittingly and report back to listeners which faults they are displaying have changed so that they may update their view accordingly.
private  FaultUpdateMonitor SearchResultFormatter.faultUpdateMonitor
          Used to check the database intermittingly and report back to listeners which faults they are displaying have changed so that they may update their view accordingly.
private  FaultUpdateMonitor SearchForm.faultUpdateMonitor
          Used to check the database intermittingly and report back to listeners which faults they are displaying have changed so that they may update their view accordingly.
private  FaultUpdateMonitor LoginPanel.faultUpdateMonitor
          Used to check the database intermittingly and report back to listeners which faults they are displaying have changed so that they may update their view accordingly.
private  FaultUpdateMonitor QuickViewReport.faultUpdateMonitor
          Used to check the database intermittingly and report back to listeners which faults they are displaying have changed so that they may update their view accordingly.
 

Constructors in GWTApplication.client with parameters of type FaultUpdateMonitor
QuickViewReport(com.google.gwt.user.client.ui.TabPanel MainTabPanel, FaultServiceAsync svc, ModifyFormPanel ModifyFormPage, AuthenticationDetails UserAuthentication, FaultUpdateMonitor faultUpdateMonitor)
          This is used to create the panel which is used to generate reports for the user on request.
SearchForm(com.google.gwt.user.client.ui.TabPanel MainTabPanel, FaultServiceAsync svc, AuthenticationDetails UserAuthentication, ModifyFormPanel ModifyFormPage, FaultUpdateMonitor faultUpdateMonitor)
          This is used to create the form which will be used to enter the details of a search.
SearchResultFormatter(com.google.gwt.user.client.ui.FlexTable resultsTable, ModifyFormPanel modifyFormPage, AuthenticationDetails UserAuthentication, FaultServiceAsync svc, InternationalizationConstants internationalizationConstants, FaultUpdateMonitor faultUpdateMonitor)
          Constructor for the class