Uses of Interface
backup.client.UserInterface

Packages that use UserInterface
backup.client   
 

Uses of UserInterface in backup.client
 

Classes in backup.client that implement UserInterface
 class Cli
          Command line interface for BackupClient, implementing UserInterface.
 class Gui
          Graphical user interface implementing UserInterface.
 

Constructors in backup.client with parameters of type UserInterface
RdiffWrapper(UserInterface ui)
          Constructs a new Rdiffwrapper.