sharpster.client.userinterface
Class UserInterface

java.lang.Object
  |
  +--sharpster.client.userinterface.UserInterface

public class UserInterface
extends java.lang.Object

Class responsible for user interaction. It is used by the user of the local client, but none of the modules knows of the class.


Constructor Summary
UserInterface(sharpster.client.daemoncommunication.DaemonCommunication dc, sharpster.client.localplugin.LocalPluginManager lpm)
          Constructs a user interface object
 
Method Summary
 void parseUserInput(java.lang.String[] argv)
          Parses user input and and delegates the handling of each command to the correct private method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserInterface

public UserInterface(sharpster.client.daemoncommunication.DaemonCommunication dc,
                     sharpster.client.localplugin.LocalPluginManager lpm)
Constructs a user interface object

Method Detail

parseUserInput

public void parseUserInput(java.lang.String[] argv)
Parses user input and and delegates the handling of each command to the correct private method