Uses of Interface
GWTApplication.client.FaultUpdatedListener

Packages that use FaultUpdatedListener
GWTApplication.client   
 

Uses of FaultUpdatedListener in GWTApplication.client
 

Classes in GWTApplication.client that implement FaultUpdatedListener
(package private)  class ModifyFault
          This class will be used to generate a form from which the user may be able to modify and update existing faults within the fault management system.
 

Fields in GWTApplication.client declared as FaultUpdatedListener
protected  FaultUpdatedListener FaultAddition.faultUpdateListener
          This is a listener which is called when we save the fault
 

Constructors in GWTApplication.client with parameters of type FaultUpdatedListener
FaultAddition(int FaultNumber, FaultServiceAsync svc, InternationalizationConstants internationalizationConstants, AuthenticationDetails userAuthentication, FaultUpdatedListener faultUpdateListener)
          Constructor for the fault addition tab in the modify fault form
FaultComment(int FaultNumber, FaultServiceAsync svc, InternationalizationConstants internationalizationConstants, AuthenticationDetails userAuthentication, FaultUpdatedListener faultUpdateListener)
          Constructor for the fault comment tab in the modify fault form
FaultSolution(int FaultNumber, FaultServiceAsync svc, InternationalizationConstants internationalizationConstants, AuthenticationDetails userAuthentication, FaultUpdatedListener faultUpdateListener)
          Constructor for the fault solution tab in the modify fault form
FaultWorkAround(int FaultNumber, FaultServiceAsync svc, InternationalizationConstants internationalizationConstants, AuthenticationDetails userAuthentication, FaultUpdatedListener faultUpdateListener)
          Constructor for the fault workaround tab in the modify fault form