Uses of Interface
GWTApplication.client.FDBLoginListener

Packages that use FDBLoginListener
GWTApplication.client   
 

Uses of FDBLoginListener in GWTApplication.client
 

Classes in GWTApplication.client that implement FDBLoginListener
 class Main
          This is the main entry point for the fault database application client.
 

Fields in GWTApplication.client declared as FDBLoginListener
(package private)  FDBLoginListener LoginPanel.LoginListener
          This is an object which implements the FDBLoginListener interface which will be informed when the user has authenticated himself with the system and what the level of the priviledge is
 

Constructors in GWTApplication.client with parameters of type FDBLoginListener
LoginPanel(FaultServiceAsync svc, FDBLoginListener LoginListener)
          Constructor which will create a panel into which the user enter the details of his username and password.