Uses of Interface
GWTApplication.client.FaultListener

Packages that use FaultListener
GWTApplication.client   
 

Uses of FaultListener in GWTApplication.client
 

Classes in GWTApplication.client that implement FaultListener
(package private)  class SearchResultFormatter
          This class will be used to format the results of a search query and display them in a HTML table.
 

Methods in GWTApplication.client with parameters of type FaultListener
 void FaultUpdateMonitor.addListener(FaultListener faultListener)
          Will be used by a client to register itself as a listener so that it will be informed when faults which it is interested in are changed in the database.