org.datastorm.controller
Interface IController

All Known Implementing Classes:
Controller

public interface IController


Method Summary
 void handleCommand(ICommand command)
           
 void handleCommand(ICommand[] command)
           
 void parseAndDisplay(String sqlQueries)
           
 void setView(View view)
           
 void startUp(ICommand[] commands)
           
 void stopApplication()
           
 

Method Detail

setView

public void setView(View view)

startUp

public void startUp(ICommand[] commands)
             throws SQLException
Throws:
SQLException

parseAndDisplay

public void parseAndDisplay(String sqlQueries)
                     throws SQLException
Throws:
SQLException

stopApplication

public void stopApplication()

handleCommand

public void handleCommand(ICommand command)

handleCommand

public void handleCommand(ICommand[] command)