![]() |
Uni App
HOU - Computer Science - 2024-2025
|


Public Member Functions | |
| void | addDataFetchedEventListener (ICustomEventListener< List< WebData > > listener) |
| SearchController (SearchDialogView view, SearchModel model) | |
| void | run () |
| void | actionPerformed (ActionEvent e) |
| void | focusLost (FocusEvent e) |
| void | focusGained (FocusEvent e) |
Search Controller. Part of the Search MVC
| controller.SearchController.SearchController | ( | SearchDialogView | view, |
| SearchModel | model ) |
MVC constructor Maps all evet listeners to methods
| view | |
| model |
| void controller.SearchController.actionPerformed | ( | ActionEvent | e | ) |
Implementation if the ActionListener interface.
| e |
| void controller.SearchController.addDataFetchedEventListener | ( | ICustomEventListener< List< WebData > > | listener | ) |
Adds event listener to data fetched event
| listener |

| void controller.SearchController.focusGained | ( | FocusEvent | e | ) |
Implementation of the FocusListener interface.
| e |
| void controller.SearchController.focusLost | ( | FocusEvent | e | ) |
Implementation of the FocusListener interface.
| e |
| void controller.SearchController.run | ( | ) |
Shows the view in the center of the parent window
