gov.sandia.ccaffeine.dc.user_iface.ccacmd
Class CcaOneCommandParser

java.lang.Object
  extended by gov.sandia.ccaffeine.dc.user_iface.ccacmd.CcaOneCommandParser

public class CcaOneCommandParser
extends java.lang.Object


Constructor Summary
CcaOneCommandParser()
           
 
Method Summary
 void addGuiListener(GuiListener listener)
           
 void addGuiUserListener(GuiUserListener listener)
           
 void parse(java.lang.String oneCommand)
          parse one command
 void removeGuiListener(GuiListener listener)
           
 void removeGuiUserListener(GuiUserListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CcaOneCommandParser

public CcaOneCommandParser()
Method Detail

parse

public void parse(java.lang.String oneCommand)
           throws java.io.IOException
parse one command

Parameters:
oneCommand - The one command that is parsed
Throws:
java.io.IOException - Thrown if an i/o error occurs.

addGuiUserListener

public void addGuiUserListener(GuiUserListener listener)

removeGuiUserListener

public void removeGuiUserListener(GuiUserListener listener)

addGuiListener

public void addGuiListener(GuiListener listener)

removeGuiListener

public void removeGuiListener(GuiListener listener)