Deleted useless methods
This commit is contained in:
Binary file not shown.
BIN
documentation/IMAGES/MyControlModel.png
Normal file
BIN
documentation/IMAGES/MyControlModel.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 57 KiB |
Binary file not shown.
BIN
documentation/WORD/~$kumentation_Final.docx
Normal file
BIN
documentation/WORD/~$kumentation_Final.docx
Normal file
Binary file not shown.
@@ -307,47 +307,6 @@ public class MyControlView {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public void startProgramView() {
|
||||
|
||||
}
|
||||
|
||||
public void stepProgramView() {
|
||||
|
||||
}
|
||||
|
||||
public void pauseProgramView() {
|
||||
|
||||
}
|
||||
|
||||
public void resetProgramView() {
|
||||
|
||||
}
|
||||
|
||||
public void controlWDTView(boolean bEnabled) {
|
||||
|
||||
}
|
||||
|
||||
public void setQuarzView(int iElement) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
public void loadFileToEEPROMView(ArrayList<String> oData) {
|
||||
|
||||
}
|
||||
|
||||
public void saveSimulatorStateView() {
|
||||
|
||||
}
|
||||
|
||||
public void loadSimulatorStateView() {
|
||||
|
||||
}
|
||||
|
||||
public void exitSimulatorView() {
|
||||
|
||||
}
|
||||
|
||||
public void setPIC(Pic oPic) {
|
||||
oPIC = oPic;
|
||||
|
||||
@@ -34,7 +34,7 @@ public class Main {
|
||||
MyControlView oControlView = new MyControlView(oPIC, oView, qCommandsToModel);
|
||||
|
||||
new MyControlModel(oView, qCommandsToModel, qDataToModel);
|
||||
|
||||
|
||||
//Check if model sent a new pic-element through queue and update view.
|
||||
while (true) {
|
||||
while (!qDataToView.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user