aboutsummaryrefslogtreecommitdiff
path: root/src/com.example.portfolio2/com/example/portfolio2/Controller.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com.example.portfolio2/com/example/portfolio2/Controller.java')
-rw-r--r--src/com.example.portfolio2/com/example/portfolio2/Controller.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/com.example.portfolio2/com/example/portfolio2/Controller.java b/src/com.example.portfolio2/com/example/portfolio2/Controller.java
index a0c23db..1c62feb 100644
--- a/src/com.example.portfolio2/com/example/portfolio2/Controller.java
+++ b/src/com.example.portfolio2/com/example/portfolio2/Controller.java
@@ -34,12 +34,12 @@ class Controller {
this.view = view;
}
- /// callback when category box is selected
+ /// callback when category has been selected
///
/// @param combo involved activity box
/// @param select selected item
/// @param area whole text area
- void onComboSelected(
+ void onCategorySelected(
final ComboBox<String> combo,
final ComboBox<String> select,
final TextArea area
@@ -56,7 +56,7 @@ class Controller {
store.selectProgram(combo.getValue()));
}
- /// callback when activity box is selected
+ /// callback when activity has been selected
///
/// @param combo involved activity box
/// @param select selected item
@@ -77,7 +77,7 @@ class Controller {
updateArea(combo, area);
}
- /// callback when subject module box is selected
+ /// callback when subject module has been selected
///
/// @param subject1 involved 1st column subject module box
/// @param subject2 involved 2nd column subject module box