backup.client
Class Gui

java.lang.Object
  extended by backup.client.Gui
All Implemented Interfaces:
UserInterface

public class Gui
extends java.lang.Object
implements UserInterface

Graphical user interface implementing UserInterface.

Author:
Tore Mauset

Constructor Summary
Gui(BackupClient bc)
          Constructs a new Gui.
 
Method Summary
 void processingFile(java.lang.String filename)
          Display info about file currently being processed by rdiff-backup.
 void status(java.lang.String msg)
          Displays a status message.
 void warn(java.lang.String msg)
          Displays a warning message.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gui

public Gui(BackupClient bc)
Constructs a new Gui.

Parameters:
bc -
Method Detail

status

public void status(java.lang.String msg)
Description copied from interface: UserInterface
Displays a status message.

Specified by:
status in interface UserInterface
Parameters:
msg - message

warn

public void warn(java.lang.String msg)
Description copied from interface: UserInterface
Displays a warning message.

Specified by:
warn in interface UserInterface
Parameters:
msg - message

processingFile

public void processingFile(java.lang.String filename)
Description copied from interface: UserInterface
Display info about file currently being processed by rdiff-backup.

Specified by:
processingFile in interface UserInterface
Parameters:
filename - filename