org.datastorm.controller
Interface IController
- All Known Implementing Classes:
- Controller
- public interface IController
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)